-
Notifications
You must be signed in to change notification settings - Fork 2
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
Migrate to google functions v2 #102
Comments
fcamblor
added a commit
that referenced
this issue
Sep 23, 2024
It would also be a good thing to take advantage of global variables definitions, in order to avoid having to declare them endpoint per endpoint |
fcamblor
added a commit
that referenced
this issue
Nov 11, 2024
fcamblor
added a commit
that referenced
this issue
Nov 11, 2024
fcamblor
added a commit
that referenced
this issue
Nov 11, 2024
…t local firestore emulator behaves differently than production one (particularly on authenticated user)
fcamblor
added a commit
that referenced
this issue
Nov 11, 2024
… yet implemented in v2 (see firebase/firebase-functions#1383) We had to limit onUserNodeUpserted()'s user doc update only when something is changing, as otherwise we were getting infinite loops when new user was created
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So that database can be provided on google functions definitions, allowing to declare multiple database tenants
The text was updated successfully, but these errors were encountered: