Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server timestamp #355

Closed
thisisjamaldin opened this issue Sep 15, 2023 · 6 comments
Closed

Server timestamp #355

thisisjamaldin opened this issue Sep 15, 2023 · 6 comments
Labels
enhancement New feature or request priority:2 Critic, to complete as soon as possible. Completion will affect main functionalities.

Comments

@thisisjamaldin
Copy link

Is your feature request related to a problem? Please describe.
One of the big issues in creating a game is avoiding time hacking, so I would like to set Real Server Time in firestore

Describe the solution you'd like
In android I could create a model with @timestamp annotation and leave it null

Describe alternatives you've considered
I can use free api (can't rely on) to get current time

Additional context
I use Godot 3.5.2 gdscript, can you please implement that to this version.

@thisisjamaldin thisisjamaldin added the enhancement New feature or request label Sep 15, 2023
@WolfgangSenff
Copy link
Collaborator

I'll implement it to both. :) It will take me a bit though, as I'm very busy!

@WolfgangSenff WolfgangSenff added the priority:2 Critic, to complete as soon as possible. Completion will affect main functionalities. label Sep 15, 2023
@JekSun97
Copy link

I'm also waiting for 3.5.2+ :)

@WolfgangSenff
Copy link
Collaborator

This is implemented in 4.x. I actually have realized it wouldn't be wildly different in 3.x, so I'll be able to backport it to that. @thisisjamaldin and @JekSun97 - do you both still need it?

@thisisjamaldin
Copy link
Author

I might need it later, I'm on other project. After testing 3 and 4 on android, 3 had more fps and graphics was better so I used v.3

@WolfgangSenff
Copy link
Collaborator

Got it! Well, I'll try to backport it when I can.

@WolfgangSenff
Copy link
Collaborator

I'm going to close this for now. I will attempt to implement it for 3.x when I can though, see if it makes sense to just backport what I have directly and update the signal usage, but it's hard to say.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:2 Critic, to complete as soon as possible. Completion will affect main functionalities.
Projects
None yet
Development

No branches or pull requests

3 participants