skip to Main Content

Firebase The token was not issued by the given issuers

Environment: Ionic 6, Firebase 9 and Server on php, (include Firebase Admin SDK for PHP https://firebase-php.readthedocs.io/). const firebaseConfig = { apiKey: "KEY", authDomain: "DOMAIN.firebaseapp.com", projectId: "PROJECT_ID", storageBucket: "STORAGE.appspot.com", messagingSenderId: "SENDER_ID", appId: "APP_ID", measurementId: "M_ID" }; // Initialize Firebase const app…

VIEW QUESTION
Back To Top
Search