Reputation: 59
I'm using the apple login package on the flutter. You can get uidtoken in conjunction with firebase. I'm going to save this uid Token on the server and manage the users. Will a new uidToken be issued after the expiration time?
Upvotes: 0
Views: 103
Reputation: 599686
Right now it is not clear to me what you mean by "uidToken", so I'll explain the two most likely things below. In future questions please include the code that shows where you are stuck, as it is the easiest way to prevent confusion.
In Firebase Authentication:
Upvotes: 1