Skip to content

rrenato/ionic2-firebase

 
 

Repository files navigation

ionic2-firebase

  1. Run npm install
  2. Add platforms: ionic platform add android and ionic platform add ios
  3. Install plugin cordova plugin add cordova-plugin-fcm
  4. Create project on https://console.firebase.google.com
  5. Add 2 new apps - one for Android and one for iOS
  6. Copy google-service.json file to platforms/android directory for Android.
  7. ionic run android to run app on Android
  8. ionic prepare ios and run project in XCode - copy file into main directory Tree and follow that steps
  9. Go to your project in https://console.firebase.google.com and select Notifications from menu -> *New message -> select your app, add message and click send

About

Easy example of Firebase working with Ionic 2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 29.4%
  • CSS 28.6%
  • TypeScript 24.7%
  • HTML 17.3%