Firebase cloud messaging service alternatives [closed] - android

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm wondering, are there any great alternatives to Firebase Cloud Messaging Service?
Please tell me if you have great Cloud Messaging Services in mind, which can be used for Android and iOS platforms.
And please also give the pros and cons and explain them in details.
Thank you.
I appreciate any help :)

Best alternative is AWS. If you are veryfamiliar with firebase you can understand this quickly. All these are automated. You dont need to design database schema from the basics. And you can use node js but this one you have to implement all the functionalities you needed for your application.

Related

What are the best alternatives for Firebase? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed last year.
Improve this question
I am creating an android app and want to know which are the alternatives of google Firebase for storing data, as I want to spend money on purchasing premium plans. Thanks in advance
There is not :)
Also I think your question is constructed a little bit wrong.
If you want to use more storage you can do it with firebase, there are avaialble non-free plans.
If you do not want to spend money you need to use less storage or any other firebase feature or other service feature.

Where to start with native app using Firebase [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking to build an app where registered users can fill out a form (with some fields already prefilled for different forms) and then submit the form.
Users will need to be authenticated on the app. I'm thinking that Firebase might be best suited for the data, but not sure where to start as for the actual development and am looking for some advice. Do I use Flutter, React or another?
Is there any examples where anyone could point me to?
Thanks
oficial firebase/flutter exercise this is a light begin in configuring firebase in flutter.
After checking it you can take a look at this plugin, inside of the github repo the plugin author got some nice examples

Java Frameworks for real-time applications over the internet [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to develop a real-time application over the internet. This means I need a fast communication between clients (Android).
Which protocol should I use? Should I use a base server to support the communication between the single clients?
And please don't forget that everything should work over the internet (NOT in the same LAN).
Can you recommend some Java Frameworks?
you can use Firebase Cloud Message for android, check this page:
https://firebase.google.com/docs/
and this link:
https://firebase.google.com/docs/samples/
you should be interested in realtime database

Push notifications for android, questions [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Hello i new developer in android, my question is :
which are the platforms that exist?
I read to C2DM and Google Cloud Messaging
which is the best?
Exists more?
in which users do not have to register to use in application?
in which work in web service, based in json from project in ruby on rails?
My questions are to decide with which will working for project.
Regards!
Google Cloud Messaging is the replacement for C2DM. There are other services like Parse, Firebase and PubNub which offer features like push and more.

Google Docs for Android App. Open Source? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Are Android applications like Google Calender, Google Docs, Google Goggles, Android Market open source? I want to implement a similar UI and back end for my application. Can somebody tell me how to get the open source projects code from GOOGLE. Please let me know any kind of details related to this. Thank you for your help.
Check out https://github.com/android/
Calendar code
[EDIT]: Updated links
It might be worth checking out the K-9 mail client for Android.
It has a pretty decent UI IMO.
K-9 Mail Project on Google Code

Categories

Resources