Firebase Features Support
Arivaa Basic firebase aims at integrating Arivaa Basic version with firebase. It will have 2 versions
- Expo Version(This version) which will use firebase web SDK integrated and we have tried to include every firebase feature that can be supported with Expo
- Non Expo Version(To be released) which will use RN Firebase to provide advanced features not supported in Expo version and firebase Web SDK like AdMob,App Indexing,Analytics etc. Below is the comparison in detail :
Check out our implementation of firebase in detail here
Non Expo Version | Expo Version | |
---|---|---|
AdMob | ✅ | ✅ |
Analytics | ✅ | ✅ ( Via Segment ) |
App Indexing | ❌ | ❌ |
Authentication | ✅ | ✅ |
Phone Number Authentication | ✅ | ✅ |
Core | ✅ | ✅ |
-- Multiple Apps | ✅ | ✅ |
Crashlytics | ✅ | ❌ |
Crash Reporting | ✅ | ❌ |
Dynamic Links | ✅ | ❌ |
Performance Monitoring | ✅ | ❌ |
Realtime Database | ✅ | ✅ |
-- Offline Persistence | ✅ | ✅ |
-- Transactions | ✅ | ✅ |
Remote Config | ✅ | ❌ |
Storage | ✅ | ✅ |