From c12af8dbabe8ee8d38cd0c4cd50b714a874a288a Mon Sep 17 00:00:00 2001 From: Jorge Luis Beroisa Date: Fri, 27 Jul 2018 21:00:49 -0300 Subject: [PATCH] Android tag was missing Not a major fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d492ac..9b5ff4a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ A basic react native app with [`react-native-firebase`](https://github.com/inver - 3.1) **[iOS]** Follow the `add firebase to your app` instructions [here](https://firebase.google.com/docs/ios/setup#add_firebase_to_your_app) to generate your `GoogleService-Info.plist` file if you haven't done so already - use the package name generated previously as your `iOS bundle ID`. - 3.2) **[iOS]** Place this file in the `ios/` directory of your project. - 3.3) **[Android]** Follow the `manually add firebase` to your app instructions [here](https://firebase.google.com/docs/android/setup#manually_add_firebase) to generate your `google-services.json` file if you haven't done so already - use the package name generated previously as your `Android package name`. -- 3.4) Place this file in the `android/app/` directory of your project. +- 3.4) **[Android]** Place this file in the `android/app/` directory of your project. #### 4) Start your app