SoShine Media
SoShine Media

Reputation: 11

Ionic push with Firebase

I am working on an ionic app in sublime. is there a way to add firebase fcm with android studio?

The file stucture in sublime is different from android studio. All the firebase tutorial I have seen reference two different gradle files(project/application) in android studio as well as a sync command. How can I translate that to my ionic project in sublime?

Upvotes: 0

Views: 126

Answers (1)

bmukorera
bmukorera

Reputation: 110

for an ionic project, you will need to add the cordova plugin for firebase, try using this one here, the plugin documentation has detail of how to add the plugin , you can also check out this video tutorial

Upvotes: 1

Related Questions