NativeScript CLI : 8.2.3
"@nativescript/angular": "^13.0.0",
"@nativescript/core": "~8.2.2",
"@nativescript/firebase-core": "^2.2.3",
"@nativescript/firebase-crashlytics": "^2.2.3",
"@nativescript/firebase-database": "^2.2.3",
"@nativescript/firebase-messaging": "^2.2.3",
"@nativescript/firebase-messaging-core": "^2.2.3"
When using set(value) function and the value is a decimal number, for example 2.1, the value saved in Firebase Realtime Database is like 2.1203019(with no real logic). For no reason it adds number when there is no need for this.
NativeScript CLI : 8.2.3
When using
set(value)function and the value is a decimal number, for example2.1, the value saved in Firebase Realtime Database is like2.1203019(with no real logic). For no reason it adds number when there is no need for this.