Skip to content

Commit

Permalink
Update GoogleFirebaseConsoleSetup
Browse files Browse the repository at this point in the history
Added the important note of setting the GoogleServices-Info.plist as a BundleResource on your iOS project
  • Loading branch information
Pujolsluis committed Jul 2, 2018
1 parent 53e4d18 commit 8106bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleClient/docs/GoogleFirebaseConsoleSetup.md
Expand Up @@ -57,7 +57,7 @@ Fill out the form with the required information and register the App.
![iOS Application integration](https://github.com/CrossGeeks/GoogleClientPlugin/blob/master/GoogleClient/images/FirebaseConsoleAddToiOS.PNG?raw=true)


2. Download the **GoogleService-info.plist** file and add it to your **Xamarin.iOS** project.
2. Download the **GoogleService-info.plist** file and add it to your **Xamarin.iOS** project, **Important:** you must set the Build Action of this file as a BundleResource so the Plugin can find it as part of the app bundle at runtime.

![Creating Application 5](https://github.com/CrossGeeks/GoogleClientPlugin/blob/master/GoogleClient/images/ConfigurationFileiOS.PNG?raw=true)

Expand Down

0 comments on commit 8106bf9

Please sign in to comment.