skip to Main Content

Firebase – error TS2300: Duplicate identifier 'type' in Angular. while running ng build

Error: node_modules/@firebase/auth-compat/dist/auth-compat/index.d.ts:53:10 - error TS2300: Duplicate identifier 'type'. Try to build angular code, i am getting below error in cmd. import { type User, type Unsubscribe, type ActionCodeInfo, type UserCredential, type Auth, type IdTokenResult, type MultiFactorError, type MultiFactorResolver, type PopupRedirectResolver,…

VIEW QUESTION

Flutter iOS push not being received

I have an issue with push notifications not being received on an iOS device in my Flutter app. I tried to follow this guide: https://firebase.flutter.dev/docs/messaging/apple-integration/ Steps I have made to configure my push notifications: Register my APN from developer.apple.com on…

VIEW QUESTION
Back To Top
Search