meumobi / infomobi

Ionic2 Employee App
3 stars 2 forks source link

Create custom firebase auth #375

Open vdias38 opened 4 years ago

vdias38 commented 4 years ago

The migration flow should follow steps below:

  1. Migrate auth persistence to Firebase custom auth
    • Firebase custom auth
    • mmb.user.on(Create, Update, Delete) sync data w/ fb.user.auth|profile
  2. Migrate auth to Firebase authentication
    • Sync fb.users.groups w/ mmb.items.groups
    • fb.users.profile.onCreate send invite (firebase dyn link ?)

Links

We've used custom auth on this post Authentication by URL using Firebase Auth

danconte72 commented 4 years ago

Migrate Users

danconte72 commented 4 years ago

Summary