koji-1009 / flutter_auth_ui

A Flutter plugin for using the Firebase Auth UI with Dart in Flutter apps. (not official plugin.)
https://pub.dev/packages/flutter_auth_ui
36 stars 10 forks source link

accesstoken, logout sample #55

Closed sowsan closed 3 years ago

sowsan commented 3 years ago

First, thank you so much for publishing this plugin!

How we can get the accesstoken to send it back to protected APIs?

Also, is there an example including logout ?

koji-1009 commented 3 years ago

Hi, @sowsan.

How we can get the accesstoken to send it back to protected APIs?

Do you mean the IDP token? I'm sorry, I haven't created an API to get it.

Also, is there an example including logout ?

How about call FirebaseAuth.instance.signOut()?