ahsankhatri / firestore-php

Firestore PHP Client (without gRPC extension)
MIT License
62 stars 57 forks source link

Add method for casting floating point values #2

Closed cristirusu closed 5 years ago

cristirusu commented 5 years ago

FireStoreDocument - implements getDouble method and use it in castValue for casting floating point data.

ahsankhatri commented 5 years ago

Merged. Thanks!