firebase / firebase-unity-sdk

The Firebase SDK for Unity
http://firebase.google.com
Apache License 2.0
230 stars 38 forks source link

[FR]: Make Timestamp's Constructor Public #1078

Open Moe-Baker opened 3 months ago

Moe-Baker commented 3 months ago

Description

The Timestamp's constructor is internal, if I need to construct one using a cloud function's return data then I'll need to either use the conversion functions; defeating the purpose, or call the constructor via reflection; not ideal.

API Proposal

No response

Firebase Product(s)

Firestore

Targeted Platform(s)

Apple Platforms, Android, Desktop

google-oss-bot commented 3 months ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

cherylEnkidu commented 3 months ago

Hi @Moe-Baker

Thank you for filling the feature request. The team agrees making Timestamp public will help developers better construct their app. The feature is been tracking internally as: b/360528763