-
Notifications
You must be signed in to change notification settings - Fork 65
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
[QUESTION] Recommended way to use Pyrebase4 with FastAPI? #25
Comments
I don't know what that is.
…On Wed, Jan 13, 2021, 8:50 PM Junior ***@***.***> wrote:
Can I use Pyrebase4 wit hfastAPI? I didn't find any info or examples of
use with FastAPI.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABIJXAMSTUFH3XLV7AF6TLSZZEWXANCNFSM4WBWSQFA>
.
|
It's a framework to develop REST API's quick. Like Flask and django-rest-framework. |
You should be able to, but I don't know what you mean by compatible with
it.
…On Wed, Jan 13, 2021, 8:59 PM Junior ***@***.***> wrote:
It's a framework to develop REST API's quick. like Flask or
django-rest-framework.
https://fastapi.tiangolo.com/
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABIJXCCAMUWJD6YVJHHRPTSZZFWJANCNFSM4WBWSQFA>
.
|
I think compatible is not the right word. I wanted to know how to setup the comunication between FastAPI and the firebase data storage (Firestore) through Pyrebase4. |
That would be all your code, using this inside of fast api. |
I've got this answer on FastAPI opened issue: fastapi/fastapi#2651 (comment) |
Can I use Pyrebase4 with FastAPI? I didn't find any info or examples of use with FastAPI.
The text was updated successfully, but these errors were encountered: