-
I have a bit difficulty to properly stop firebase function while running, i have try run the deinitializationApp() but nothing happen (firebase still connected) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
What makes you think |
Beta Was this translation helpful? Give feedback.
-
If the app was de-initialized, any |
Beta Was this translation helpful? Give feedback.
-
You can call the member function of the It does not mean the Firebase server was connected or disconnected. |
Beta Was this translation helpful? Give feedback.
-
The app deInitialization related to the auth handler. The SSE stream is special case, please read the documentation, you have to remove the task from the async queue manually. |
Beta Was this translation helpful? Give feedback.
You cannot de-initialize the app to stop that firmware/filesystem related task.
This is the feature that requested by user.
You have to manage this by yourself.