
What sort of apps is Firebase good for?
There’s really no limit to the types of apps that can be helped by Firebase products. There are only limits to the platforms it can be used on. iOS and Android are the primary targets for the Firebase SDKs, and there’s increasing support for web, Flutter, Unity, and C++. You should also know there’s an Admin SDK available for a variety of languages, to be used with any backend components you might require.
On top of those SDKs, there’s a library called FirebaseUI (Android, iOS, web) that provides a bunch of helpful utilities to make development with Firebase even easier. And there are also projects such as AngularFire that wrap the web SDKs for use with Angular. These are open source. Firebase likes open source.
Advantages:
This allows to create an application of sufficient size, is very easy to learn (documentation is very good) and customer service is excellent; We can host our site there, so we don’t have to spend on other services. The real-time database is very easy to set up so we consume less time setting up and more on working on the actual project.
Disadvantages:
Switching to Firebase can be a bit complicated. Although there are many tutorials, Firebase is growing fast, and these tutorials are usually obsolete but can be used in most cases. If you have a lot of users and store and access a lot of data, Firebase can be expensive.
What problems are you solving with the product?
Firebase reduces startup costs, simplifies prototyping, and allows resizing. This can allow our team to be fast and fast without compromising stability.









