FirebaseExtended / rxfire

Apache License 2.0
138 stars 40 forks source link

Need add support for Firebase Admin #38

Open anhquoctran opened 2 years ago

anhquoctran commented 2 years ago

Need add support for Firebase Admin SDK. Such as Firestore, Realtime DB and Cloud Storage.

davideast commented 2 years ago

Hey @anhquoctran! Sorry for the very late response. Can you provide a bit more about your use case for Firebase Admin?

dgadelha commented 2 years ago

@davideast This would allow to use rxfire/rxjs as a replacement for firebase-admin on Node.js

mralbobo commented 1 year ago

Pretty simple usecase really: "to use rxjs in scenarios where we're using firebase-admin". More specific examples:

In the rtdb case an angle would simply be: reverting back to when both firebase and firebase-admin shared the same Reference type and rxfire just worked as a side effect of that.