larpon / QtFirebase

An effort to bring Google's Firebase C++ API to Qt + QML
MIT License
283 stars 83 forks source link

Add setting session timeout #139

Closed qjcina closed 4 years ago

qjcina commented 4 years ago

I couldn't find setting up session timeout anywhere on QtFirebase. It's property that decides on how long single session will persist on Firebase.
I've added setting it up on initialisation (in init method) and if native part is ready in setSessionTimeout.

larpon commented 4 years ago

You are right, that has slipped under the radar :open_mouth: Good catch! Thanks!