Software Alternatives & Reviews

Firebase: The google API for building Apps

Cloud Functions for Firebase Cloud Firestore Firebase Authentication
  1. Serverless / Task Processing
    Pricing:
    • Open Source
    Because of the nature of firebase you don't have direct access to a server, but cloud functions solve that problem. You can export your functions to be called using triggers. So any server side code can be run no stress. Here's the link to the docs P.S you need to be on a paid plan to use Firebase cloud functions.

    #Developer Tools #Cloud Computing #Backend As A Service 27 social mentions

  2. Use our flexible, scalable NoSQL cloud database to store and sync data for client- and server-side development.

    #NoSQL Databases #Databases #Developer Tools 43 social mentions

  3. Application and Data, Application Utilities, and User Management and Authentication
    This is literally the bread and butter of any application. Users need to be identified and have a secure way of doing so. Firebase authentication consists of google auth, facebook auth, email only auth, github auth, email and password auth, and a few others. Users can safely change passwords, confirm their email, and even change the email they are using. Here's the link to the docs for auth.

    #Identity Provider #Identity And Access Management #SSO 48 social mentions

Discuss: Firebase: The google API for building Apps

Log in or Post with