Diego dos Santos Souza
Diego dos Santos Souza
I have the same problem, entered the private-key and other information as env. when I try to send message the error occurs. Log: error: Unable to store a new push...
I solved it as follows ```ts import admin from 'firebase-admin' const { FIREBASE_PROJECT_ID = '', FIREBASE_PRIVATE_KEY = '', FIREBASE_CLIENT_EMAIL = '', } = process.env class Firebase { public init() {...
> @diegosantosouza you just pasted the service account json file in the .env File ? firebase does not need all the information contained in the json file, only [projectId, clientEmail,...