You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you give an example of what needs to be really mentioned in the config ? When we setup firebase app and pull out the json , we have "apiKey", "authDomain", projectId (this is clear), "appId" and "measurementId". Not really understanding what among these need to go into wrangler.toml. In your example, you mentioned previewId and Id. What would they map to?
How does it determine if I don't intend to run an emulator? Just leave out FIREBASE_AUTH_EMULATOR_HOST to empty string?
If I have a worker to run on multiple firebase projects, how do I handle this scenario?
One specific example with a firebase project would be really helpful
The text was updated successfully, but these errors were encountered:
I put example directory you may know. only required projectId.
This library determines that you are not using an emulator if FIREBASE_AUTH_EMULATOR_HOST is empty or undefined. code is here.
I'm sorry. I can't answer because I don't know what kind of scenario you are using multiple projects in the first place. But You might need 3 workers because JWT validation is different for each project.
Great job with the library, impressive
One specific example with a firebase project would be really helpful
The text was updated successfully, but these errors were encountered: