-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error while initialized firebase #9
Comments
@pavel-filimonov |
yeah, that's my fault, I connected the token to the service account. It works. I've another question, how can I make a GET request to the db? I want to read data from db and then use it. |
Currently there is no GET functionality. You could fork the repo and provide the wanted functionailty. You'd probably want to have it as an output and the pick up the response in the next step. I forked and made a pull request a couple days ago and no response yet. |
I got it. Thank u for answers. |
I'll take a look at the PR in a bit, glad you figured it out! |
I wan't to get data from realtime db, but i've got an error when I try to initialize my script:
My token is valid, because I'm using it from postman request
My error:
The text was updated successfully, but these errors were encountered: