Slide 1

Slide 1 text

Firebase for Mobile Developers @arpit

Slide 2

Slide 2 text

@arpit http://signup.devbots.ai/

Slide 3

Slide 3 text

@arpit Let’s build an API

Slide 4

Slide 4 text

@arpit Let’s build an API

Slide 5

Slide 5 text

@arpit Firebase? Oh also, AWS but its ugly

Slide 6

Slide 6 text

@arpit Firebase Services

Slide 7

Slide 7 text

@arpit Including Firebase into your application

Slide 8

Slide 8 text

@arpit Firebase Auth ● Drop in Auth Screen ○ Configure your auth providers ● Manual configuration ○ Sign in with Google ○ Initialize Firebase with signed in Credentials

Slide 9

Slide 9 text

@arpit

Slide 10

Slide 10 text

@arpit Firebase Realtime Database ● Built in permissions ● NoSQL (JSON)

Slide 11

Slide 11 text

@arpit More coming soon...

Slide 12

Slide 12 text

@arpit Firebase TestLab ● Run your instrumentation tests (Espresso / UIAutomator 2.0) or Robo Tests

Slide 13

Slide 13 text

@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

Slide 14

Slide 14 text

@arpit

Slide 15

Slide 15 text

@arpit Final Thoughts ● https://firebase.google.com/docs/ ● https://www.youtube.com/user/Firebase ● https://firebase.google.com/docs/test-lab/ signup.devbots.ai