Skip to content

Commit 60ee6aa

Browse files
authored
Merge pull request #1694 from GetStream/santhosh/update-expo-push-docs
docs(push): improve expo installation docs by mentioning the custom dev client
2 parents 6051d7c + 14603b6 commit 60ee6aa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docusaurus/docs/reactnative/guides/push_notifications_v2.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,13 @@ Follow the steps below to setup your apps with Firebase:
5959

6060
### Expo
6161

62-
For bare workflow, all of the installation steps above will suffice. For custom managed workflow, please see [the expo installation docs at React Native Firebase](https://rnfirebase.io/#expo). React Native Firebase cannot be used in the "Expo Go" app because [it is not possible to include custom native code](https://docs.expo.dev/bare/using-expo-client/). If you are using "Expo Go" app and want notifications, you can achieve this using [Webhooks](https://getstream.io/chat/docs/react-native/webhooks_overview/?language=javascript) and a third-party push provider. See [this article](https://support.getstream.io/hc/en-us/articles/1500006478421-How-can-I-use-the-Stream-Webhook-to-send-customers-emails-based-on-Chat-events-) for an example.
62+
:::note
63+
64+
If you're using Bare Workflow, please follow the installation steps above.
65+
66+
:::
67+
68+
React Native Firebase library is not available in the [Expo Go](https://expo.dev/client) app by default due to including much-needed native code. However, you can get things working via the [expo-dev-client](https://docs.expo.dev/development/getting-started/) library and adding [config plugins](https://docs.expo.dev/guides/config-plugins/). Please follow the [expo installation docs at React Native Firebase](https://rnfirebase.io/#installation-1) for the details.
6369

6470
## Get Google Service Account Credentials
6571

0 commit comments

Comments
 (0)