You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firebase AI: import { ... } from 'firebase/ai';
App Check: import { ... } from 'firebase/app-check';
Cloud Firestore: import { ... } from 'firebase/firestore';
Cloud Messaging: import { ... } from 'firebase/messaging';
Data Connect: import { ... } from 'firebase/data-connect';
Realtime Database: import { ... } from 'firebase/database';
Analytics: import { ... } from 'firebase/analytics';
Authentication: import { ... } from 'firebase/auth';
Cloud Functions: import { ... } from 'firebase/functions';
Cloud Storage: import { ... } from 'firebase/storage';
Performance Monitoring: import { ... } from 'firebase/performance';
Remote Config: import { ... } from 'firebase/remote-config';
Based on this, I compared the Web-supported Firebase features with the platform support table in the React Native Firebase documentation (https://rnfirebase.io/platforms#status).
Findings:
Marked as Not Supported on Web:
a. Cloud Messaging
b. Performance Monitoring
Missing entirely from the React Native Firebase Web support table:
a. Firebase AI
b. Data Connect
Marked as Partially Supported on Web:
a. Authentication
b. App Check
c. Cloud Firestore
d. Cloud Storage
Maybe I might be missing something technical here, or is the Platforms documentation is out of date?
Just as a side note, I’m only concerned with Web support for Cloud Messaging and Performance Monitoring for my React Native project. I detailed the other items because I thought they might be helpful. Thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I reviewed the Web Firebase JS SDK documentation, which lists support for:
Based on this, I compared the Web-supported Firebase features with the platform support table in the React Native Firebase documentation (https://rnfirebase.io/platforms#status).
Findings:
Marked as Not Supported on Web:
a. Cloud Messaging
b. Performance Monitoring
Missing entirely from the React Native Firebase Web support table:
a. Firebase AI
b. Data Connect
Marked as Partially Supported on Web:
a. Authentication
b. App Check
c. Cloud Firestore
d. Cloud Storage
Maybe I might be missing something technical here, or is the
Platformsdocumentation is out of date?Just as a side note, I’m only concerned with Web support for Cloud Messaging and Performance Monitoring for my React Native project. I detailed the other items because I thought they might be helpful. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions