Firebase integration #274
Replies: 1 comment 1 reply
-
Hi @illia-romanenko,
Event Arc + Cloud run seems to be the solution for this, although for firestore events it's bleedin-edge. See this discussion for details: #249
Scheduler would be the solution for this: https://cloud.google.com/scheduler/docs/creating
I'm using Cloud Run http instances for this. My flutter app calls these rather than firestore cloud functions. The only complication is I need to authorise the Firebase authentication JWT token myself. GCP docs relating to this are here: |
Beta Was this translation helpful? Give feedback.
-
Saw a message from @kevmoo in the firebase_interop group about Firebase integration and I think it would be great to start a discussion. I think that if it's available now, we would use it today for:
Beta Was this translation helpful? Give feedback.
All reactions