write less code: use firebase (auth and notifications)!

Post on 15-Apr-2017

164 Views

Category:

Software

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Write less code… ...use

Auth & Push Notifications

Un po’ di storia

2012-2014

31new releasessince I/O 2016

Real time conversions!

Export to

v. 1.0 :)

“But I want my data now!”

-- every developer ever

1 minute latency

Introducing Debug View

FREE! Up to five tests onphysical Android devices per day

Auth

Okay, ma come?

Add Firebase Gradle dependency

compile 'com.google.firebase:

firebase-auth:9.8.0'

Nell’Activity...

private FirebaseAuth mAuth;

private FirebaseAuth.AuthStateListener mAuthListener;

oppure

ISTHENEW

DEMO TIME!

top related