Google has loads of services, and Firebase is one of my favorites because it provides lots of easy to use services that help me write one app for web and mobile. Today I’ll do a quick sample of how to use the authentication service from Firebase in your rails application. Most of it is javascript…
Category: firebase
How to integrate Ruby on Rails and Google Firebase to send offline notifications to your users!
First, firebase is not the only solution for this, but I like their approach, it is simple and multi platform, and really easy to integrate in a rails application. Of course Firebase has a lot more features, but to keep this post short, we’ll focus only on this feature today. Remember that to use it…