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
Is your feature request related to a problem? Please describe.
We want Server-side Auth to improve the platform security.
By having it, we can migrate some of our code to APIs which improves the platform maintainability.
To to this with firebase, the Admin SDK must be used.
For the Admin SDK to work we need it's service account private key.
For local development, all contributors would need the private key.
Options:
We could commit it to the repo, the dev database is open anyway.
Development with the emulator would be a requirement.
Do not create APIs that require auth now, wait for Supabase.
On Supabase, there won't be a shared database, everyone would use their local one.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We want Server-side Auth to improve the platform security.
By having it, we can migrate some of our code to APIs which improves the platform maintainability.
To to this with firebase, the Admin SDK must be used.
For the Admin SDK to work we need it's service account private key.
For local development, all contributors would need the private key.
Options:
We could commit it to the repo, the dev database is open anyway.Development with the emulator would be a requirement.The text was updated successfully, but these errors were encountered: