When we first install the application, I want to create a Firebase Token and I will send this created token to the Login service. In the first installation on iOS, token creation processes were done in the appDelegates section. Where should I do this in Flutter? I did it on the login screen, but every time the application runs, the token is created. I want to make this special for the first installation and use it in different scenarios. I did the necessary operations with Firebase and send the token to the service.
Asked
Active
Viewed 39 times