-
Notifications
You must be signed in to change notification settings - Fork 53
Firebase (functions) SDK support #162
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
Comments
@xinoxapps – do you mean supporting Firebase functions? |
I'd understand this issue like this, that all the features of the Firebase API should be accessible from the running Cloud Run container. In particular, I would want to access data from Cloud Firestore or the Realtime Database. I guess all of this could be done via the firebase package on "pub.dev". But how would the authentication work from the container towards Firebase? Would the client go through the authentication process like explained in this tutorial and then provide an access token to the Cloud Run container which then passes it through for the authentication towards Firebase? https://cloud.google.com/run/docs/tutorials/identity-platform |
Need firestore and firebase auth examples to be included with this amazing framework so I can get my flutter apps to talk to firestore in a more controlled manner. (use case: flutter web app connects to firebase admin SDK to manage data that users have pushed into the firestore using their mobile apps). |
Here's how I got it to work...
|
Obvious feature request.
Hope to see it as soon as possible.
The text was updated successfully, but these errors were encountered: