Justin
Justin
I am getting this as well, has there been any progress by chance?
Just updating a reference to GIT.
Changed from VAL() to HTML() for dropdown
This is normal behavior of Firebase https://firebase.google.com/docs/auth/admin/manage-sessions
Yeah I agree, I think it would need to be more than just an IP though. Asking your client to provide your IP is not an easy solution. You need...
You could easily add one extra param, to check if the cookie is 'valid' after you change it.
Sure! ```android/variables.gradle``` ``` ext { minSdkVersion = 22 compileSdkVersion = 34 targetSdkVersion = 34 androidxActivityVersion = '1.8.0' androidxAppCompatVersion = '1.6.1' androidxCoordinatorLayoutVersion = '1.2.0' androidxCoreVersion = '1.12.0' androidxFragmentVersion = '1.6.2' firebaseMessagingVersion...
Ok thanks i'll give that a go! And report back either way.
@christocracy That seemed to do the trick, thank you!