[Firebase][AdMob] Updated a getting started instruction.

This commit is contained in:
Israel Soto 2019-04-08 12:21:57 -05:00 коммит произвёл GitHub
Родитель 1d0a59064a
Коммит 667c409f36
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -122,7 +122,7 @@ AdMob uses the Google Mobile Ads SDK. The Google Mobile Ads SDK helps app develo
## Use Google Mobile Ads SDK without Firebase
If you don't plan to include Firebase in your app, you can use Google Mobile Ads SDK as standalone. To do so, just jump to [Initialize the Google Mobile Ads SDK section](#Initialize-the-Google-Mobile-Ads-SDK) directly.
If you don't plan to include Firebase in your app, you can use Google Mobile Ads SDK as standalone. To do so, just install the `Xamarin.Google.iOS.MobileAds` NuGet and jump to [Initialize the Google Mobile Ads SDK section](#Initialize-the-Google-Mobile-Ads-SDK) directly.
## Add Firebase to your app