What can you do with Google Firebase? [closed]

0

I've known Firebase for some time, but I've never been able to do anything, I'd like to know what I can use, do, create etc using the APIs, etc.

Note: No Mobile application, Web only!

    
asked by anonymous 26.09.2016 / 02:17

1 answer

3

According to the documentation provided by google link the firebase has several features, such as:

  • Cloud messenger
  • authentication service
  • realtime database
  • file storage
  • hosting web archives
  • notifications
  • facilitated support for ads monetization

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

link

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

link

    
26.09.2016 / 06:49