I am using firebase app check(JWT TOKEN) to maintain security between client side and backend
the problem is backend throws this error Unauthorized: Decoding App Check token failed. Error: The token is not yet valid (iat)
this is most likely due to server time… how should I go on about this? is there something I can change on koyeb to help me fix this issue?
Thank you for your response I hope this fixes soon as the first screen of my application is the app check token validation screen so until this fixes I can not proceed