We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b971afe commit 19c92eeCopy full SHA for 19c92ee
packages/messaging/src/testing/fakes/firebase-dependencies.ts
@@ -68,7 +68,8 @@ export function getFakeInstallations(): _FirebaseInstallationsInternal {
68
69
export function getFakeAnalyticsProvider(): Provider<FirebaseAnalyticsInternalName> {
70
const analytics: FirebaseAnalyticsInternal = {
71
- logEvent() {}
+ logEvent() {},
72
+ setUserProperties() {}
73
};
74
75
return {
0 commit comments