Hello i'm using firebase for my project with flutter, looks like the test period is done, but i still have some work to do, how to extend the period ? that's my rules on realtime database looks like :
{
"rules": {
".read": "now < 1605567610000", // 2020-11-17
}
}
Thank you