#wadofthejah-firebase-stripe
1 messages ยท Page 1 of 1 (latest)
no its just a empty array. Also thanks for responding
Hmm. thinking...
also, just a nitpick but if you're using await do you really need those .then(..) calls there?
I've not seen anyone use it like that before ๐
I was getting an error using @stripe/firestore-stripe-payments
but I imported next-tranpile-modules and error went away
const withTM = require("next-transpile-modules")([
"@stripe/firestore-stripe-payments",
]); // pass the modules you would like to see transpiled
const nextConfig = withTM({
reactStrictMode: true,
});
LOL I removed it but I copy and pasted this code when I was testing different things ๐
haha no worries. all good!
as you can see products show up and they are active so idk why empty
gotcha. and if you use getStripePayments you're seeing the payments successfully right?
ah wait
that's a different one
as you can tell, I don't usually work with firebase a lot ๐
naw your all good Lol its not my expertise either
can you print out payments for me?
yep I already did and this is what I got
hmm the only other thing that I can think of is if the request is querying a different account > collection entirely
can you double check the firebase config to make sure its going to the right sandbox?
yh I just did and its the same
ill try restarting my app ive done it before but lets just see
NOOOO WAYY
it worked
WHAT
๐
I am working with another friend on the project and we initially made firebase config with his acc and then we changed to mine to get blaze plan and I really thought I had changed the config but it wasnt
Ah I see.
I'm glad that worked ๐
thanks for your time really appreciate it