What can you do with Google Firebase?

Asked

Viewed 338 times

0

I met Firebase some time ago, but I could never do anything, I would like to know what I can use, do, create etc using the Apis, etc.

Note: No Mobile app, only Web!

1 answer

3


According to the documentation provided by google itself https://firebase.google.com/features/ firebase has several features, such as:

  • Messenger in the cloud
  • authentication service
  • database in Realtime
  • file storage
  • hosting web files
  • notifications
  • facilitated support for monetization by ads

Firebase is a very large platform. If you want to learn and test your first application recommend this video that shows how easy it is to create your first application using the database example functionality, spoiler is impressive.

https://www.youtube.com/watch?v=k1D0_wFlXgo

If you want to learn more about firebase on the web follow the full playlist link provided by the firebase team.

https://www.youtube.com/playlist?list=PLl-K7zZEsYLmnJ_FpMOZgyg6XcIGBu2OX

  • thanks friend, but most of these features are only for mobile apps! I’m just focused on the Web part!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.