Reputation: 277
I am a beginner with mobile app development. I need to build a push notification for our existing mobile app.
The current mobile app is built with HTML, backbone.js and jQuery for both Android and iOS. The backend is in Python.
I found that there are applications like firebase communication messages, parser etc for the transport layer.
I would like to know if I can use FCM with Python as backend.
Also as I do not use the native mobile app, I also like to know if I can achieve push notifications using FCM in my app.
Upvotes: 1
Views: 2877
Reputation: 8082
I would like to know if I can use FCM with Python as backend.
Also as I do not use the native mobile app , I also like to know if I can achieve push notifications using FCM in my app.
I suggest that you please check Firebase Notifications and Firebase - FAQ for more detailed information on the things that you can do with Firebase.
Upvotes: 2