-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using RNFirebase for a React Web App #1530
Comments
@babara2 for the Web you'll have to use the official Firebase Web SDK, we use the native Android & iOS SDK's on this library. Notifications is very much specific to Android or iOS devices. Web SDK: https://firebase.google.com/docs/web/setup Loving
|
@Salakar what's about today with React Native for Web ? |
@gsouf no change. This library targets Android & iOS so using the Firebase official Web SDK is the way to go. |
To the question:
Invertase's team answered:
|
Or have an interface that abstracts your firebase services, and in your bootstrap switch based on platform which firebase implementation is used to implement the interface, a classic example being something like pluggable database drivers in native apps |
Hi,
I was wondering if it is at all possible to use RNFirebase for a ReactJS webapp. I really like how the notifications module is implemented and would like to use the functionality for my web app.
The text was updated successfully, but these errors were encountered: