Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 2.12 KB

FirebaseSetup.md

File metadata and controls

45 lines (22 loc) · 2.12 KB

Firebase Setup

  1. Login to https://console.firebase.google.com and create a new project

Creating Project

  1. After project is created you should see options to add Firebase to your iOS and Android apps

Firebase Overview

Android Firebase Setup

  1. Let's start adding firebase to our Android application. Package name must match your Android app package name.

Add Firebase to Android

  1. Download the file google-services.json

GooglePlayJson

iOS Firebase Setup

  1. Add Firebase to iOS App. Bundle identifier must match your iOS app bundle identifier.

Add Firebase to iOS

Add Firebase to iOS

  1. Download GoogleService-Info.plist

Plist iOS

Apps added

  1. Configure APNs with FCM: https://firebase.google.com/docs/cloud-messaging/ios/certs

  2. Upload iOS TLS certificate/auth token on Settings -> Cloud Messaging section:

Certificate

Certificate

<= Back to Table of Contents