Relative Content

Tag Archive for firebasehttpgoogle-cloud-functionshttp-status-code-429

Firebase function HTTP request returns 429 Too many request error

I have an app where I use firebase as a backend. I have two gen1 firebase function, the first downloads a file and save it to firebase storage as a json file. My second function is a HTTP endpoint what downloads this file from storage and response with the json file.