Spoxies
Spoxies
Have you looked at the [GeoCollectionReference:constructor()](https://geofirestore.com/classes/GeoCollectionReference.html#constructor), where a `_customKey` can be defined ? If I read it right, this seems to be the feature you are requesting. Should be there...
This is indeed quite an issue as Lou-Kuang says, and I'd like to chip in with some extra context to replicate the issue (and show its urgency). So in short...
I just added the same fix for aframe in the PR if you look for that line in you build and replace it: https://github.com/AR-js-org/AR.js/pull/467/commits/fed4b7160c423dc57b6690f19a54ffaa358621d0
@sahilimmco You are probably looking for ```javascript if(A){var B=A.alpha?I.Math.degToRad(A.alpha)+g.alphaOffset:0, ``` and replace it with something like ```javascript if(A){var heading=A.webkitCompassHeading || A.compassHeading;var B = A.alpha || heading ? I.Math.degToRad(heading ? 360...
Hi @kalwalt, Yes this only relates to iOS devices. It is tested on Android in the sense that `webkitCompassHeading` and `compassHeading` properties are not present. Hence `const heading` will be...
@sahilimmco Thanks for reporting, you are right and I tried some other things but they turn out to be unpredictableas well. I'm not sure if I will be able to...
#### This needs to be validated: If I have interpreted correctly (by looking at the calculations of which I can gasp 60%), I assume at this point, that you can...
Creating a listener would not make sense for most Cloud Functions. I assume it does return a Snapshot once but I do not think that Cloud Functions would return a...
@helpmetheroadassistanceapp Yes I just stared with finalising the Android app thus I could not ignore this issue any longer. So I came across my own posts (and I over looked...
@dpa99c Would the above (but reworked a bit), be something that you like to have added to the docs 'Achieve multilayer login' ? If so I'll write a bit and...