From 46b3b2c2ce84b391d9106ebebb2090cae70c7174 Mon Sep 17 00:00:00 2001 From: Salakar Date: Sat, 26 Aug 2017 06:47:13 +0100 Subject: [PATCH] [docs] create separate folder for faqs --- docs/faq/expo.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/faq/expo.md diff --git a/docs/faq/expo.md b/docs/faq/expo.md new file mode 100644 index 00000000..847f35a0 --- /dev/null +++ b/docs/faq/expo.md @@ -0,0 +1,8 @@ +### Usage With Expo + +If you use Expo and would like to use this package, you'll need to eject. If you do not want to eject, but wish to make use of features +such as Realtime Database (without offline support) & Authentication, you can still use the Firebase Web SDK in your project. + +For features such a Crash Reporting, Push Notifications (via Firebase not Expo), Performance Monitoring, AdMob, Analytics, Storage & Remote Config, you will have to eject your Expo project as these require the native SDKs, as the Web SDK does not support these. + +You can see an indepth conversation [here](https://expo.canny.io/feature-requests/p/full-native-firebase-integration).