Alex Jay
Alex Jay
I too am having the same issue. Vue App. Calling the addListener and it is attaching it. It just never gets fired on IOS. Any ideas?
Sorry I wasn't able to give a reproducible, I have used a similar method to @aaronksaunders - I am authed wooohooo... Then comes the fun part, on web I can...
@aaronksaunders do you have a security rule on that query such as; ``` match /users/{userId} { allow write: if request.auth.uid == userId; allow read: if true; } ``` The `request.auth`...
@aaronksaunders I have literally taken your `firebase.ts` and swapped out the config, then the `write` I am doing to firestore is like this: ``` import { useFirebaseService } from "@/services/firebase";...
@aaronksaunders I have opened a discussion - Yes frustrating have to work around, this is the core function of the plugin :/ @robingenz if we figure it out, I'll come...
@robingenz I appreciate your position, if we can fix it we will. I am snowed under too and this particular problem is causing me a delay, so I am sure,...
You need to make sure you dont just release it any where, there is a black bar that appears when you can drop. Move the dragging item towards the top...
I would probably go with something along the lines of checking to see if your result variable is NULL or not, like this; $sku_number = '9999999999999999999999999999'; $currentProductReviewing = $client->products->get_by_sku( $sku_number...
Unfortunately this is not currently possible. WP Query does not facilitate orderby category. The approach I would suggest would be to pull each category separately loop through them and then...
I am having serious issues accessing the header information. Any pointers in the right direction would be much appreciated. Thanks