davecoates / rn-firebase-bridge

React Native Firebase Bridge
59 stars 8 forks source link

FCM support? #5

Open ahmed1490 opened 8 years ago

ahmed1490 commented 8 years ago

Is this planned?

davecoates commented 8 years ago

Hi!

No immediate plans; currently adding things as I need them but eventually would look at supporting everything. Happy to accept contributions though :)

rcugut commented 7 years ago

My 2 cents: this is a great lib as it is, thank you @davecoates for the work on it.
I was just about to start writing something like this from scratch to use in our project, being pissed of that all the other libs I found (like firestack, etc) are incredibly bloated and force me to pull and configure all the firebase modules even if I don't use them.

I like the simplicity of this lib just for handling the Real-time Database + Auth (and maybe it could do the Storage... maybe ...).

davecoates commented 7 years ago

Thanks, glad you like it. I was thinking other parts of firebase would come as separate packages rather than adding them all here and forcing dep on all the underlying firebase libraries.