We recently faced a DDOS attack on our Firebase hosting secured by CloudFlare that led to excessive billing. With this other components of Firebase like Firebase Auth, Firestore, Firebase Cloud Functions are at risk. My question is how do i secure all components of Firebase. I am aware of firebase security rules but I guess it secures only Firestore, Firebase realtime database and Cloud Storage. In summary how do i secure a Firebase deployment that uses all the components of Firebase suite to protect against DDOS attacks?
Solved! Go to Solution.
Greetings @dheerajpanyam!
There are a number of ways you can secure your Firebase deployment from a DDOS attack, check out Firebase Security Checklist . This contains a guideline on how you can secure your Firebase resources. It covers key points such as:
You can also take a look at this Stack overflow post as it makes a good point on how to secure Google Firebase from DDOS attack and surprise bills.
If the above options don't work, you can contact Google Cloud Support to further look into your case. Let me know if it helped, thanks!
Greetings @dheerajpanyam!
There are a number of ways you can secure your Firebase deployment from a DDOS attack, check out Firebase Security Checklist . This contains a guideline on how you can secure your Firebase resources. It covers key points such as:
You can also take a look at this Stack overflow post as it makes a good point on how to secure Google Firebase from DDOS attack and surprise bills.
If the above options don't work, you can contact Google Cloud Support to further look into your case. Let me know if it helped, thanks!