Firebase Remote Config Real-time updates - How to unsubscribe manually #7723
Unanswered
alu0100207385
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
About Firebase Remote Config Real-time updates...
I cannot get unsubscribe it manually. The API does this automatically when no activity and it is fine, but I would like to do this when no longer necessary.
In this example,
If I understood it correctly, with
remoteConfigListenerUnsubscriber();
, the app should stop listening but it is not working for me (Android and iOS). What am I missing? Thank you in advance.Beta Was this translation helpful? Give feedback.
All reactions