-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the bug
setUserId method does not accept null.
https://github.com/capacitor-community/firebase-analytics/blob/master/src/web.ts#L83
To Reproduce
FirebaseAnalytics.setUserId({
userId: null,
});
Expected behavior
When the user logs out, it must be possible to assign null value to it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request