drewpayment / payment-group-flutter

My first Flutter SDK app, implemented in iOS/Android
0 stars 0 forks source link

Authentication Issue with Firebase #3

Closed drewpayment closed 5 years ago

drewpayment commented 5 years ago

If the app is fully restarted via Flutter CLI, then the token is still valid according to Firebase, but something isn't valid when I run it through the API's verifier library. I believe that the token is probably no longer valid and we need the app to functionally log the user out and push them back to the home page or the sign in.

Need to check that this isn't just a development issue, so need to test on a hardware device before this issue gets handled, or at least changes priority.

drewpayment commented 5 years ago

Removing dependency on Firebase authentication.