AWS IAM | How to setup AWS IAM Role
6:44
Save money in AWS with AWS Budgets!
4:07
Firebase Stripe Invoices Extension!
18:16
5 Firebase Best Practices (in 2021)
7:45
UX Design | Confirm Delete Dialogs
3:48
Пікірлер
@MarkPelsone-y2v
@MarkPelsone-y2v Ай бұрын
Yeah how did the products collection automatically show up in firestore
@DesignerAdvocate
@DesignerAdvocate 3 ай бұрын
Great video guys. Thanks. Where is the link to your podcast? What Whisky you guys like?
@nimbupaani6335
@nimbupaani6335 7 ай бұрын
Wow perfectly explained each and every step.
@mycloudvip
@mycloudvip Жыл бұрын
Great Video, my site however uses regular vanilla JS ... do you have any code sample for that? thanks! Great Content guys!
@leonardocontreras9841
@leonardocontreras9841 Жыл бұрын
Excelent Video, very clear, I have a question, it is a good practice or even possible to hidde the firebase API key somehow? Bc every guide sets the API key in a local file in the frontend and I don't think it is very secure
@krzysztofbuczak1212
@krzysztofbuczak1212 Жыл бұрын
sub guys, you've nailed it!
@valterceijunior
@valterceijunior Жыл бұрын
Perfect guys!!! Thank you. This video help me a lot.
@michaelcasile1036
@michaelcasile1036 Жыл бұрын
Great video guys, I'm just getting feet wet in cypress and it helped a lot. Wondering now if I need to simulate my firebase service (all fb calls in one service, except for auth which is in another service) ... or if I might be able to use my emulated local firebase in cypress component tests as well. Would be nice to not have to simulate svc for component tests ... but not the end of the world doing it once I figure out how. Thanks again
@michaelcasile1036
@michaelcasile1036 Жыл бұрын
Well, it worked great. When I do the signin, however, I also make a firestore call to my user table to get some additional info (role, company/group, ...). I then next a subject with this so listeners know the key info. With this, it would seem like using the shortcut won't work for me unless I find a way to fake this (or separate this function somehow). So from my novice view, I should just do the signin and not be too granular w/my tests (ie: allow a fair number of tests to occur on a single signin). Am I viewing it wrong in the perspective of more experienced cypress folks?
@thomasventura6412
@thomasventura6412 Жыл бұрын
Help! I changed out my keys for the live mode and now firebase isnt connecting the subscriptions, did anyone else have this problem?
@RatherBeCancelledThanHandled
@RatherBeCancelledThanHandled 8 ай бұрын
Make sure you change your stripe api key and stripe web hook secret to the live mode keys . When in the stripe dashboard click the live toggle to get out of test and use those keys.
@azaeldrm
@azaeldrm Жыл бұрын
Could you guys refer me to an implementation of this using React Native?
@malobuchino
@malobuchino Жыл бұрын
I am preparing for an interview with this video, thanks, guys!
@ladanski
@ladanski Жыл бұрын
Just saw the recent features added to Angular V16 and thought of you guys. I hope you guys are doing great wherever you are. Still subscribed with the hopes of seeing more of your content. Stay safe :)
@vjhibrix
@vjhibrix Жыл бұрын
Hello and thanks for the video. I don't fully understand what's the sense of cluttering the Firestore database with the "checkout_sessions" collection objects, because as far as I can see (also from the source code of the extension) all this data is never deleted so it will remain forever and progressively cluttering the database. What's the need of having this extra "checkout_sessions" collection? We only need to generate a checkout link for a particular puchase and that's it. I don't get the sense of all this logic and I found it not very convenient (also considering that all this transaction data is already accessible in the Stripe dashboard) but I'm maybe missing something from here.
@4guns
@4guns Жыл бұрын
Miss your vids guys!
@j.k24
@j.k24 Жыл бұрын
roadmap look promising, introducing unstyled feature, for using custom design systems or tailwind css
@akashdevdhar6013
@akashdevdhar6013 Жыл бұрын
Can I change the domain of the preview channels to my custom domain?
@socialapp3231
@socialapp3231 Жыл бұрын
is it possible for you guys to explain14:45 - I have a react native app built using expo so I do not have a Default redirect URL. What should I enter for this?
@SushantKumar-vt2ed
@SushantKumar-vt2ed Жыл бұрын
hey can some tell me how to enable bank transfer for "usd" transactions because i am not able to enable it i am not getting bank transfer option please help someone
@ArtemAleksashkin
@ArtemAleksashkin Жыл бұрын
Hey guys! I'm working on my blog app and have issues with tinymce. I'm using my own file upload and files widget. And for rendering I'm using ngx-dynamic-hooks for correct render, but I have strange behavior. My be there is some way to tune it correctly? I don't like innerhtml solution because I can write anything to api. So looks like I should filter data on each step. Looks like very complicated for common thing - blog. May be there is some common solution?
@fityfive
@fityfive Жыл бұрын
Hey, you guys rock. Keep it up, your videos are extremely helpful!
@fityfive
@fityfive Жыл бұрын
this is great content. very helpful. thanks guys.
@PancakeeGuy
@PancakeeGuy Жыл бұрын
Hi, when I go to add my domain on firebase it is saying "We couldn't find the A records that we expected for your domain" How do I fix this?
@justinbleile8885
@justinbleile8885 Жыл бұрын
You guys are awesome! Thanks for this tutorial. Very clear instructions for beginners.
@ladanski
@ladanski Жыл бұрын
I hope you guys are okay, wherever you are. Y'all been silent for a hot minute. Stay safe.
@danielwatson6529
@danielwatson6529 Жыл бұрын
does anyone know how to just get the price. if ur doing a one time purchase for eg a tshirt, i have to go into a sub collection of prices??
@mbaljeetsingh
@mbaljeetsingh Жыл бұрын
Hi Nice video. I have a query, If I need to create multiple plans (yearly/monthly). Do I have to create multiple products in stripe or create just one product with all the payment options. I'm planning to show as a pricing table (plan1, plan2, plan3) based on monthly as well as yearly.
@TheRenaissanceTechnologist
@TheRenaissanceTechnologist Жыл бұрын
You'd create a product in the Stripe dashboard and then you can add multiple prices according to what you describe.
@jeremydidier175
@jeremydidier175 Жыл бұрын
Hi guys, thank you for this great video. with dependency when add to get the firebase instance exactly?
@AQlexe
@AQlexe Жыл бұрын
If you added a theme logic it would be perfect.
@noelguiavieira
@noelguiavieira Жыл бұрын
Wonderful job, guys! Well done
@expeditionbasset
@expeditionbasset 2 жыл бұрын
I wish all tutorials were this good! Just got mine up and working in React ;). Thanks so much for posting this guys great work!
@wimdenherder
@wimdenherder 2 жыл бұрын
Thanks guys, it worked!
@gsr5706
@gsr5706 2 жыл бұрын
how to fix cors errors of sendGrid?
@zoxx972
@zoxx972 2 жыл бұрын
that was nice guys, very well explained! Where have you been ? We need you! 👊
@sheetalcdesai
@sheetalcdesai 2 жыл бұрын
Hello - please help ! We accidentally deleted remote config. How can we retrieve it back ?
@aksanalis607
@aksanalis607 2 жыл бұрын
more vidéos !
@davidjohnsonny
@davidjohnsonny 2 жыл бұрын
thxs my dudes
@isme364
@isme364 2 жыл бұрын
wow you guys really went over everything thanks !
@iamgr1zzlybear639
@iamgr1zzlybear639 2 жыл бұрын
quick question my pipleine is failing-- I only have my cypress code in that repostiory-- do I need to add my cypress code to the original webs code base-- or can't I just run my cypress code by itself on that repo
@maciej12345678
@maciej12345678 2 жыл бұрын
i dont see in repo rxjs hmm
@agathagarcia7085
@agathagarcia7085 2 жыл бұрын
omg, thank you guys so much, it's a great video!
@bhagyashingale5663
@bhagyashingale5663 2 жыл бұрын
This is where I drew the line and quit using Firestore. Its a terrible db which limits your thinking.
@Alan-jd3mi
@Alan-jd3mi 2 жыл бұрын
what are you using now?
@bhagyashingale5663
@bhagyashingale5663 2 жыл бұрын
@@Alan-jd3mi Cloud spanner
@eshwargetenv1
@eshwargetenv1 10 ай бұрын
@@bhagyashingale5663 cloud spanner is too expensive
@mugatu2017
@mugatu2017 2 жыл бұрын
excellent work, thanks
@Luxcium
@Luxcium 2 жыл бұрын
First ⌨️🧨🎈🧮🇨🇦
@shrutivyas1965
@shrutivyas1965 2 жыл бұрын
What is "sample" means that displays below url on custom traces tab
@magneticartist
@magneticartist 2 жыл бұрын
Great video, you guys make it so easy to understand. Thank you!
@bluemeriadoc
@bluemeriadoc 2 жыл бұрын
local (non-cloud) mode is dog shit for Java. It suggests things that couldn't possibly compile no matter what suffix you put on it, adds random whitespace, suggests using identifiers that haven't been declared, and seems to not have trained on any outside code. IntelliJ's autocomplete is far better because it actually indexes the JDK and the rest of my code. And, uh, uses basic Java tools like a compiler and bytecode inspection. Maybe the cloud version slows your coding down slightly less, but why would I send my code to a server just to have it spit garbage at me and waste my time? It doesn't even know what version of Java I'm running.
@kvshruthi
@kvshruthi 2 жыл бұрын
quick , easily understood scss.. thanks a lot :)
@CsabaKissColorado
@CsabaKissColorado 2 жыл бұрын
Add Primeflex to any of the main libraries and you can customize your components. Use the design tool to adjust the colors of the themes. You are way too harsh about Prime.
@apurvalohreh2698
@apurvalohreh2698 2 жыл бұрын
That was really a good explanation guys. PS - Elliott you look like Noah Centineo :p
@user-rp9iis1en6h
@user-rp9iis1en6h 2 жыл бұрын
Excellent