Secure setup of Deno's "Persist data using Firebase" example #1820
Unanswered
milotheirself
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I happened to read this, and skimmed through the link. You might consider asking this kind of questions in the Firebase Developers Discord service (of course if anyone covers them here, fine!). It’s a community approach whereas this one is official by Firebase. Can provide you an invite if you want - and happy to help further, but the link raised some other questions as well… So it’ll be a long thread. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Deno's example of using Firebase is currently relying on the Firebase web libraries rather than the Firebase Admin SDK, which would require to set up an email-user as an admin with access to parts of the database to manage them.
And I basically have two questions now:
Here is a working version of the example: https://gist.github.com/milotheirself/3ede9570f26a42babe7e40c58b8b0445.
And these are the rules, that I assume are required for it:
Beta Was this translation helpful? Give feedback.
All reactions