Closed
Description
Version info
Angular:
Angular 11.0.1
Firebase:
8.0.2
AngularFire:
6.1.1
Other (e.g. Ionic/Cordova, Node, browser, operating system):
Ionic/Cordova, Mac os
How to reproduce these conditions
Try calling below code in one of the pages
const userInfo = { email: 'myemail@google.com'}
await this.angularFireAnalytics.setUserProperties(userInfo);
Failing test unit, Stackblitz demonstrating the problem
Steps to set up and reproduce
Sample data and security rules
Debug output
Expected behavior
Actual behavior
It was working earlier on 10.2.x, after upgrading to Angular 11 it is not working.
Metadata
Metadata
Assignees
Labels
No labels