EvanBacon / expo-native-firebase

🔥 Native Firebase Expo App (iOS, Android) Demo for Firestore, Notifications, Analytics, Storage, Messaging, Database 🚨
211 stars 41 forks source link

Q question: why would I want to use this? #7

Closed rahamin1 closed 5 years ago

rahamin1 commented 5 years ago

Tried to write a comment in the medium article of Oct 4th, but failed. That's why I am asking this here.

The understanding of a novice (myself) is the following:

So why would I want to use this package? is it only for reducing the app's size? Or for being able to use functionality that I cannot use without detaching?

EvanBacon commented 5 years ago

I will be putting out a video explaining more, essentially this adds native Firebase functionality. Because of reasons beyond my comprehension, google only allows certain features in the native API (like analytics 🙃). We are working on adding these modules to Expo but it will take some time. While we work on that, you could use this if you want to use all of these extra features. I like using the WebSDK in a normal Expo but these native capabilities are a highly requested feature. We are also working on ways to make generating APK/IPA simpler in an ejected project.

rahamin1 commented 5 years ago

Thanks much for clarifying!