-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for multi-tenancy #5
Comments
Very useful to have this more flexible indeed! We could extract the credentials part from |
I was thinking very similar! We keep This would also read the credentials file once on startup rather than twice for every message which is an important step for proper re-use of the Service Account access token. |
Is support for hotswpping credential files on-disk an intentional feature? I'm thinking of removing this ability in my refactor as it would be simpler |
I haven't given that much thought yet, no. |
This client depends on the filesystem and a specific dotenv configuration in order to configure the FCM client. My use case, however, requires working with a number of FCM credentials sourced from a database.
I think this depends on makarski/gauth-rs#28
I'm willing to contribute this support myself :)
The text was updated successfully, but these errors were encountered: