fullstackreact / react-native-firestack

A firestack v3 react-native implementation
MIT License
715 stars 132 forks source link

[v3] Create User class with methods #254

Open smkhalsa opened 7 years ago

smkhalsa commented 7 years ago

@Salakar @auser

I think we should consider creating a User class and switching the user management methods such as "updateEmail" and "updateProfile" over to match the firebase web api. Thoughts?

Salakar commented 7 years ago

@smkhalsa I liked your idea so much that I time travelled back in time to November and implemented it on the v3 branch 😃

alt

Check out the v3 branch, way ahead of master and much more inline with the firebase web SDK.

artdevgame commented 7 years ago

@Salakar Do you have an idea on when v3 will merge to master?