I have just upgrade my app from ionic 5 to 6 with
- angular 13 and
- angular/fire - 7.2.0
- firebase 9.6.3
same error coming in
FacebookAuthProvider OAuthProvider GoogleAuthProvider
and importing timestamp is causing issues with below error
Other than this all imports from '@angular/fire/firestore working well
export 'Timestamp' (imported as 'Timestamp') was not found in '@angular/fire/firestore' (possible exports: Firestore, FirestoreInstances, .......)
tried export 'firestore' (imported as 'firebase') was not found in 'firebase' after upgrading to firebase js sdk v8 but no luck