RFC: making it easier to use the Firebase apps
See original GitHub issueDevelopers often need to access the Firebase JS app or admin app to use features beyond auth. Currently, our recommendation is to initialize the Firebase apps manually before initializing next-firebase-auth
(see this comment for one example). However, this recommendation has proven confusing: https://github.com/gladly-team/next-firebase-auth/discussions/61, https://github.com/gladly-team/next-firebase-auth/discussions/110, https://github.com/gladly-team/next-firebase-auth/issues/113
I’d love to find a way to support this use case without adding complexity to this package or extraneous props to higher-order functions. Recommendations are welcome here.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:25 (16 by maintainers)
Top Results From Across the Web
RFC: v1 roadmap #265 - gladly-team/next-firebase-auth
Making the package more flexible · Identify a suitable cookies library · Identify a clear migration strategy for existing apps to avoid cookie ......
Read more >Privacy and Security in Firebase - Google
When customers use Firebase, Google is generally a data processor under GDPR and processes personal data on their behalf. Similarly, when customers use...
Read more >Protecting your backends with Firebase App Check
Securing your app and your resources is critical. Using Firebase Authentication and Firebase Security Rules helps protect access to user data, ...
Read more >RFC compliance | Certificate Authority Service | Google Cloud
However, CA Service does not enforce all RFC 5280 requirements and it is possible for a CA created using CA Service to issue...
Read more >OAuth 2.0 Mechanism | Gmail - Google Developers
If your app doesn't require https://mail.google.com/ , migrate to the Gmail API and use more ... Use the base64 encoding mechanism defined in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Version 0.13.1-alpha.0 adds a
getFirebaseAdmin
method.Adding a sibling method for the JS SDK,
getFirebase
(orgetFirebaseClient
?), seems like a reasonable solution.Added
getFirebaseClient
in v0.13.1-alpha.1!Feedback welcome: We might be ready to close this issue. Is anything missing here, or do you run into any problems? Do these new methods work for you?
For TypeScript users, I’d also appreciate verification that the types are correct (I haven’t tested them myself).