You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DebugView shows the user property even if the app has removed it. The firebase debug logs claims the same.
Steps to reproduce:
Add a user property with Firebase Analytics like referred_by.
The debug view would show the added property.
Remove the property from the app, like: Analytics.setUserProperty(nil, forName: "referred_by").
The firebase debug logs should confirm the property is removed: 2021-09-13 16:29:24.107639+0530 Application[6767:644301] 7.5.0 - [Firebase/Analytics][I-ACS023078] User property removed. Name: referred_by
Notice the Debug View still shows the user property for consecutive events.
Not sure if this is related, but there is an outstanding issue #4856 which looks exactly the same.
The text was updated successfully, but these errors were encountered:
Hi @chauhan130, I've tried to reproduce the issue, and I was able to get the same behavior. I've made a follow up in the existing bug found on the issue #4856. I'll let you know once I've got an update from them. Thanks.
[REQUIRED] Step 1: Describe your environment
CocoaPods
[REQUIRED] Step 2: Describe the problem
The DebugView shows the user property even if the app has removed it. The firebase debug logs claims the same.
Steps to reproduce:
referred_by
.Analytics.setUserProperty(nil, forName: "referred_by")
.The firebase debug logs should confirm the property is removed:
2021-09-13 16:29:24.107639+0530 Application[6767:644301] 7.5.0 - [Firebase/Analytics][I-ACS023078] User property removed. Name: referred_by
Not sure if this is related, but there is an outstanding issue #4856 which looks exactly the same.
The text was updated successfully, but these errors were encountered: