-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analytics.setUserProperty nil doesn't remove it #3230
Comments
This comment has been minimized.
This comment has been minimized.
@htcgh can you confirm this is a bug? |
Thanks @victor-sarda. I just reproduced this and believe that it may just be a UI issue since the bundle uploaded does not have the user property anymore after setting it to nil. Tracked internally at b/135926151 |
Thanks @allenktv 😊 |
@victor-sarda |
Thanks :) |
Closing this issue |
Describe your environment
Describe the problem
When setting a user property value to
nil
withAnalytics.setUserProperty
I'm expecting it to be removed on Firebase as the documentation says:Steps to reproduce:
Analytics.setUserProperty(<property>, forName: <name>)
.Analytics.setUserProperty(nil, forName: <name>)
The property is still here in the debug view but I'm expecting it to be gone. This is quite annoying since we can only set 25 properties but we can't remove any.
The text was updated successfully, but these errors were encountered: