-
Notifications
You must be signed in to change notification settings - Fork 168
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
Datatbase secretes have been depreciated #221
Comments
Yes this need to be addressed, any help will be appreciated. |
I think I got this working I just need to find the code and I can update this |
You can fork and submit a PR. How did you got it working did you modify the code ? |
I used the Google api .net client library service account auth code to login to the admin API |
Any news regarding this matter? |
Login using a service account with the Admin sdk api. |
for anyone needing sample code to use service account file GetAccessToken() is something like this :
|
The sample code from wikes82 worked for me when I added the second scope:
As described here: https://firebase.google.com/docs/database/rest/auth |
Would love to see this documented on the readme |
Linked from readme, thanks |
Datatbase secretes have been depreciated do you have a way of doing this using Firebase Admin sdk?
The text was updated successfully, but these errors were encountered: