Reputation: 11
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
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