rxfire icon indicating copy to clipboard operation
rxfire copied to clipboard

Need add support for Firebase Admin

Open anhquoctran opened this issue 3 years ago • 3 comments

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

anhquoctran avatar Sep 24 '21 02:09 anhquoctran

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

davideast avatar Feb 13 '22 15:02 davideast

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

dgadelha avatar Apr 13 '22 15:04 dgadelha

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

  • http callable cloud function
  • use with the nest framework (or anything else that's heavily invested into rxjs)

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.

mralbobo avatar Apr 21 '23 13:04 mralbobo