Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cloud Functions, File remoteconfig.template.json does not exist

when I set up Cloud Functions folders through firebase init, everything works fine

but when I enter "firebase deploy" it keeps showing

Error: File remoteconfig.template.json does not exist

I guess I also created that file when setting up.

I googled but nothing found. how to solve this?

like image 305
dontknowhy Avatar asked Sep 01 '25 21:09

dontknowhy


1 Answers

From your question I understand that you are not using remote config product from firebase. just remove its definition from firebase.json and everything will work as expected.

like image 114
Methkal Khalawi Avatar answered Sep 03 '25 13:09

Methkal Khalawi