Reader small image

You're reading from  Firebase Cookbook

Product typeBook
Published inNov 2017
PublisherPackt
ISBN-139781788296335
Edition1st Edition
Right arrow
Author (1)
Houssem Yahiaoui
Houssem Yahiaoui
author image
Houssem Yahiaoui

Houssem Yahiaoui is a Telerik Developer Expert, Google Developer Group Lead, Meetup organizer, Conference Speaker, and Technical blogger among a few things. He has been a developer since the age of 14 and Firebase lover since day one. He's also a passionate JavaScript developer and strongly believes that JavaScript should fix the World's hanger problem.
Read more about Houssem Yahiaoui

Right arrow

Integrating Firebase AdMob with Android/iOS applications

AdMob makes your mobile application profitable using nothing but plain good old ads, the integration with Firebase that also provides other services like analytics and more advanced metrics makes Firebase and AdMob the perfect mix. So in the recipes, we're going to cover how we can integrate them into Android and iOS.

How to do it...

We will first discover how to integrate Firebase AdMob within our Android application:

  1. Fire up Android Studio and open your build.gradle file. Add the following line underneath your already present dependencies:
      compile 'com.google.firebase:firebase-ads:11.0.4'
  1. Save and sync, and then, in Android Studio, go and download...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Firebase Cookbook
Published in: Nov 2017Publisher: PacktISBN-13: 9781788296335

Author (1)

author image
Houssem Yahiaoui

Houssem Yahiaoui is a Telerik Developer Expert, Google Developer Group Lead, Meetup organizer, Conference Speaker, and Technical blogger among a few things. He has been a developer since the age of 14 and Firebase lover since day one. He's also a passionate JavaScript developer and strongly believes that JavaScript should fix the World's hanger problem.
Read more about Houssem Yahiaoui