I love how you go at a decent pace but explain everything and provide resources. Very useful, thank you!!
@letsprogram309 ай бұрын
I’m glad, thank you!🙂
@swatiinje6986Ай бұрын
This video was really helpful!! I was trying to get google sign in done from past two days, but after this video my efforts were shortened to 20-30 mins with integration and testing!
@letsprogram30Ай бұрын
@@swatiinje6986 love to hear this 😉
@swatiinje6986Ай бұрын
@letsprogram30 Yeah!!! loved your approach!!
@Yuri-b7s7 ай бұрын
this was the most helpful video on OAuth. thank you very much!
@letsprogram307 ай бұрын
You’re welcome 🙂
@SahilAdeemHighlights Жыл бұрын
Can you please make a tutorial on payment gateway implementation in MEAN Stack?
@venuragoonatillake43933 ай бұрын
Wonderful explanation. So easy to understand.
@JatinArora-x5eАй бұрын
Can you help in doing sign in from other page like /signup to /browse ,I am able to do sign in from localhost:4200 to localhost:4200/browse but my use case is different as I mentioned and getting the error message 'The given origin is not allowed for the given client id' and take me to the localhost:4200 from /signup page. It will be very helpful
@letsprogram30Ай бұрын
DM me on linkedIN or Insta
@JatinArora-x5eАй бұрын
@@letsprogram30 Hi I have DM you on the insta
@abhishekjadhav92894 ай бұрын
Thank you for the excellent work. Just one question though, in the app routes instead of directly writing the component property and assigning directly the component name, why are you writing loadComponent and then importing inside it the component ? What is the benefit of this approach ?
@letsprogram304 ай бұрын
@@abhishekjadhav9289 so basically I’m utilising the feature of standalone components. So it will create a separate chuck and will lazy load on demand when the route is active
@abhishekjadhav92894 ай бұрын
@@letsprogram30 Thank you so much. Keep up the great work.
@letsprogram304 ай бұрын
@@abhishekjadhav9289 Sure man!
@lidaannajoshy60478 ай бұрын
The user's profile picture and other details are not displayed until the page is refreshed, why is it like that for me?
@letsprogram308 ай бұрын
Reactivity might be missing, check the behaviour subject implementation
@siddarthreddykoppera59307 ай бұрын
I am also facing the same issue. Did it got resolved ?
@raviparmar690010 ай бұрын
using your video i successfully create sign in flow & add user in my db, now how can i create log in with google flow ?
@mitadey38765 ай бұрын
Everything seems working as expected but at the end after signout the home page doesnot display the google signup button. It only shows after refesh.
@radudamian3473 Жыл бұрын
Can't find the img src. Did you forget about in the description? Or I'm blind?
@letsprogram30 Жыл бұрын
Haha I’m so sorry, but you can find the whole code in my Netflix clone video 🙂
@Justfunny352 Жыл бұрын
just what i needed, thanks man❤
@letsprogram30 Жыл бұрын
Happy to help 🙂 Stay tuned for Netflix clone, releasing it this weekend! If need help at any step, DM me on Instagram 😊
@gvks23 күн бұрын
What an amazing video
@letsprogram3023 күн бұрын
@@gvks thanks man!
@gaurao1233 ай бұрын
Screen is white none show one issue show process is not define on console
@letsprogram303 ай бұрын
@@gaurao123 have you selected SSR as yes will creating the app?
@gaurao1233 ай бұрын
@@letsprogram30 but now create another new project
@gaurao1233 ай бұрын
@@letsprogram30 but last project run or Google button SSR false then output show but router is apply and issue on console
@KeerthiRajan-lj2tz7 ай бұрын
It will use for both Android and MacOs ???
@Aliakbaresmaeiliiii3 ай бұрын
amazing course
@elbachiroutidrarine96804 ай бұрын
Thank you sir! Great video
@letsprogram304 ай бұрын
@@elbachiroutidrarine9680 I’m glad you loved it 🙂
@rahulshelar99436 ай бұрын
Hello Shashi, even I have followed the all steps I am not able to get that sign with google button.
@letsprogram306 ай бұрын
Hello let’s connect and fix it together
@rahulshelar99436 ай бұрын
@@letsprogram30 I replaced div to button now it is coming... Thanks
@moiztankiwala5 ай бұрын
@@rahulshelar9943 But does that work on clicking?
@pardhulekkala540011 ай бұрын
Even on sign out,why the google button is showing the previous logged data in button. Like Sign in as **** Email id
@mohsinzaheer3829 ай бұрын
it is not showing the previous logged in data. it is showing your logged in account in browser
@jayakumar2927 Жыл бұрын
Signout object not cleared properly. When I click sign out still shows object
@AnubhavSingla-fr1ol9 ай бұрын
I am getting this error ERROR ReferenceError: google is not defined at _RegisterComponent.ngOnInit how to fix it, I am using angular 17 with ssr
@brunohenriquecontente9 ай бұрын
Hey mate, when you launch the ng new project_name_frontend command, after the step of selecting the Style Sheet option, mark the SSR option as no (n)
@0203hon9 ай бұрын
same error here, did u find any solution?
@Iedward49459 ай бұрын
@@brunohenriquecontente are you kidding man? :))
@brunohenriquecontente9 ай бұрын
@@Iedward4945 why ? it's serious.
@brunohenriquecontente8 ай бұрын
@@Iedward4945 haha 😂
@gaurao1233 ай бұрын
Explaination is wonderful but i facing issue on google btn not showing process is same but not showing "Google is not define"thís error is show how to resolve
@letsprogram303 ай бұрын
@@gaurao123 are you using SSR? Make sure when you have created the application do not select SSR as Yes
@gaurao1233 ай бұрын
@@letsprogram30 yes SSR selected thank u ☺️ sir
@letsprogram303 ай бұрын
@@gaurao123 happy to help, let me know if you need any further help 🙂
@DragonHeart841Ай бұрын
mine is not using SSR and is returning the same error :(
@letsprogram30Ай бұрын
@@DragonHeart841 I can help you to check, DM me on my any social media platform
@KanishS-wq4kb8 ай бұрын
how to make the context has signup, I have tried but no changes. How can I achieve that?
@letsprogram308 ай бұрын
Currently with the approach in the video it just cover the authentication. Here signup doesn’t make sense because we are not connected it with Database to store the creds. This approach in the video is to just allow the genuine users who has a Google account.
@bifacial6058 ай бұрын
what can be reason of that script gsi/client not work and button doesnt even appear?
@OsamaHasan-xk8ty7 ай бұрын
i am also the same issue
@smzhd964210 ай бұрын
can you please implement Stripe Payment method Integration with Angular
@MG-cw2xc Жыл бұрын
React sheekh lun Kay? Ya phir nodejs
@debankurbhattacharjee3021 Жыл бұрын
Great work sashi..just put more videos on Angular and .NET Core ! and one think i would say its more convinient to use LocalStoragebthan session storage thanks in Advance....
@letsprogram30 Жыл бұрын
Thanks man! 🙂 Sure I will be coming up with some more videos. Also I used session storage here because In case I use different Google account to login in new tab then the app should not update the payload value for the 1st session
@ipeek621311 ай бұрын
Hi, thanks for the video! I'm getting a strange error, the login is working fine, but I get: ERROR ReferenceError: google is not defined at _AuthComponent.ngOnInit. I'm new to Angular and ts, anyone knows a solution?
@letsprogram3011 ай бұрын
Are you using Angular v17 with SSR?
@ipeek621311 ай бұрын
@@letsprogram30 yes
@muhammedeasadbdo114211 ай бұрын
@@letsprogram30 I'm also getting this error
@letsprogram3011 ай бұрын
Guys DM me on insta let’s fix this together!
@AnubhavSingla-fr1ol9 ай бұрын
I am also getting same error, how did you fix it ?
@millermcdonell291 Жыл бұрын
Wonderful!
@letsprogram30 Жыл бұрын
Thanks ☺️
@waqarkayaniuk Жыл бұрын
When you run this on mobile phone it does not show Google button, what is the reason?
@moiztankiwala5 ай бұрын
I had a similar problem with Edge browser on my windows desktop. Turns out that the browser was blocking the google script with the message - "Third-party cookie will be blocked in future Microsoft Edge versions as part of unpartitioned third-party cookie deprecation.". I don't have a solution to this yet.
@arunkumarboddula444111 ай бұрын
Can I get git hub link for this tutorial
@Booster09999 Жыл бұрын
Finally ❤
@letsprogram30 Жыл бұрын
Wait will be worth 🙂
@Booster09999 Жыл бұрын
@@letsprogram30 yes love your content ❤️❤️❤️
@letsprogram30 Жыл бұрын
@@Booster09999 thanks brother, this will fuel me to get going ❤️
@PrashanthKumarDS-pl5jd5 ай бұрын
Its a very good video to implement the gsi in angular. Help me with , how to get the access_token .
@ayeshdev10 ай бұрын
make more frontend projects on angular
@LalitKumar-j4d4 ай бұрын
Thanks brother
@letsprogram304 ай бұрын
you're welcome
@rishiraj2548 Жыл бұрын
Great thanks
@letsprogram30 Жыл бұрын
Hope it helped 🙂
@MG-cw2xc Жыл бұрын
Bhai angular 6 month experience hai job nahi lag raha hai kya krun
@letsprogram30 Жыл бұрын
Let’s connect
@MG-cw2xc Жыл бұрын
@@letsprogram30 hii
@MG-cw2xc Жыл бұрын
How to connect
@letsprogram30 Жыл бұрын
@@MG-cw2xc DM me on Instagram or I will share the topmate link to you were I can guide you
@Jayraj_00710 ай бұрын
thanks for the video it help me.
@letsprogram3010 ай бұрын
I’m glad it was helpful to you!
@gilmarsantossilva4332 Жыл бұрын
very good
@letsprogram30 Жыл бұрын
Thank you
@SrisCodingHub27 күн бұрын
super
@letsprogram3025 күн бұрын
Thank you
@Aliakbaresmaeiliiii3 ай бұрын
bro i realy appretiate it
@letsprogram303 ай бұрын
@@Aliakbaresmaeiliiii thanks bro
@ritwikgupta7540 Жыл бұрын
I am making a project from your authentication series
@letsprogram30 Жыл бұрын
Good, let me know if you need help
@ShabbiHb6 ай бұрын
Osm
@letsprogram306 ай бұрын
Thanks
@ritwikgupta7540 Жыл бұрын
Hey Shashi
@NoNdAs9011 ай бұрын
unfortunately i get this error for signin: Uncaught DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded. Also can you do a video how to autologin with this practise ? The scenario is that a user login in with google. Then i save his information in my database. The leaves the web app and comes again. I want to retrieve any of his information from my database. How to do it ? It will be an interesting video :)
@letsprogram3011 ай бұрын
If you are using Angular v17 with SSR enabled then it might have caused the issue. Try using some third party package to decode the token. That’s auto login stuff can be built with cookie based authentication. Similarly to what Instagram does in the web version.
@NoNdAs9011 ай бұрын
@@letsprogram30 It will be a helpful video to do it. Because it is something that a lot of people search on the internet. I dod not know how to do it and I search days for a helpful video with autologin with google and Angular 17