Prevent Firebase Console From expiry

Hi guys, I received an email from Google firbase console saying my test mode firebase is going to be expired in 4 days soon.

I tried changing my rules based on what u can find online but still receiving the expiry reminder, what can I do about it?

It is likely your rules look something like this:

image

those big numbers are date/time in millieseconds.

Edit your rules and update the big numbers to something in the future, you can calculate milliseconds from a date here.

Then publish your new rules. You won't get any warnings again until you get close to the date you set.

Best practice would be to set some proper rules, and use firebase authentication to allow / disallow your user access.

Thank u so much @TIMAI2

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.