-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Recommended way to use FastAPI with Firebase (Pyrebase4 or firebase_admin) #2651
Comments
Pyrebase is pretty straight forward to use/understand than firebase-admin in implementation. Currently in feature-wise, there is no much difference between both libraries. |
Do you have some example of basic setup of FastAPI with Pyrebase4? I mean, some simple CRUD using it. I couldn't find any. |
You can check this sample..
we will have to get those firebaseConfig details by registering in firebase.
you can save above db config details in seperate file and can import them.
for reference |
have you created api_key etc., in firebase config details and used in api? need more info |
Can you check in realtime database? If you need to work on firestore,use firebase_admin sdk. follow this link for reference... |
Thank you for your help. Since it doesn't have support I'll change to realtime database or firebase_admin sdk. |
@JuniorGunner, I hope you made it work. I am also in a similar situation. If your app worked, can you please share your code with me? Like, I need to understand how you made it work. Thank you. You can make it as an answer to this. |
Thanks for the help here everyone! 👏 🙇 Thanks for reporting back and closing the issue 👍
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I want to know how to setup the comunication between FastAPI and the Firebase data storage (Firestore) through Pyrebase4. I didn't find any info or example of this case.
The text was updated successfully, but these errors were encountered: