Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Firebase For Mobile Developers

Firebase For Mobile Developers

Arpit Mathur

May 02, 2018
Tweet

More Decks by Arpit Mathur

Other Decks in Technology

Transcript

  1. @arpit Firebase Auth • Drop in Auth Screen ◦ Configure

    your auth providers • Manual configuration ◦ Sign in with Google ◦ Initialize Firebase with signed in Credentials
  2. @arpit Firebase Cloud Functions • Typescript or JavaScript • Express

    style functions or complete Express apps • Call modes: ◦ Directly callable from Web/Android/iOS ◦ Call based on event triggers within Firebase services ▪ Database changes, authentication changes, etc