Kumar Saptam
Kumar Saptam
It is very easy to see this services file Warning I am not giving you the toast notification code of angular material because it is irrelevant here. So remove those...
Can you share a stackblitz link or a Github repo?
To use European DB you need to set up one first. If you look into config you will see the database URL that shows your server location normally it is...
Facing the same issue.
Solved it by enabling `isTokenAutoRefreshEnabled: true,` in app-check config. ```ts provideAppCheck(() =>{ console.log('app check',firebaseApp); return initializeAppCheck(firebaseApp, { provider: new ReCaptchaV3Provider( 'abcdefghgijkmnopqrstuvwxyz-', ), isTokenAutoRefreshEnabled: true, }) }), ```
Here guys see this it has all the basic code snippets for V9 https://dev.to/jdgamble555/angular-12-with-firebase-9-49a0
And I know most of the syntax now so you can ask me specifically 1. Firestore 2. Storage 3. Authentication 4. Cloud Messaging 5. Remote Config I can help you...
That PR #3174 does not solve this firestore problem. But tomorrow I will publish the firestore documentation I will attach it to this.
Just added the firestore collection docs. Check here #3174
Just added the firestore document docs. Check here #3174