Google authentication in Angular Project | Google SignIn Angular | Angular Social Login with Google

  Рет қаралды 19,477

Let's Program

Let's Program

Күн бұрын

Пікірлер: 110
@sabrinapyles563
@sabrinapyles563 9 ай бұрын
I love how you go at a decent pace but explain everything and provide resources. Very useful, thank you!!
@letsprogram30
@letsprogram30 9 ай бұрын
I’m glad, thank you!🙂
@swatiinje6986
@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
@letsprogram30 Ай бұрын
@@swatiinje6986 love to hear this 😉
@swatiinje6986
@swatiinje6986 Ай бұрын
@letsprogram30 Yeah!!! loved your approach!!
@Yuri-b7s
@Yuri-b7s 7 ай бұрын
this was the most helpful video on OAuth. thank you very much!
@letsprogram30
@letsprogram30 7 ай бұрын
You’re welcome 🙂
@SahilAdeemHighlights
@SahilAdeemHighlights Жыл бұрын
Can you please make a tutorial on payment gateway implementation in MEAN Stack?
@venuragoonatillake4393
@venuragoonatillake4393 3 ай бұрын
Wonderful explanation. So easy to understand.
@JatinArora-x5e
@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
@letsprogram30 Ай бұрын
DM me on linkedIN or Insta
@JatinArora-x5e
@JatinArora-x5e Ай бұрын
@@letsprogram30 Hi I have DM you on the insta
@abhishekjadhav9289
@abhishekjadhav9289 4 ай бұрын
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 ?
@letsprogram30
@letsprogram30 4 ай бұрын
@@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
@abhishekjadhav9289
@abhishekjadhav9289 4 ай бұрын
@@letsprogram30 Thank you so much. Keep up the great work.
@letsprogram30
@letsprogram30 4 ай бұрын
@@abhishekjadhav9289 Sure man!
@lidaannajoshy6047
@lidaannajoshy6047 8 ай бұрын
The user's profile picture and other details are not displayed until the page is refreshed, why is it like that for me?
@letsprogram30
@letsprogram30 8 ай бұрын
Reactivity might be missing, check the behaviour subject implementation
@siddarthreddykoppera5930
@siddarthreddykoppera5930 7 ай бұрын
I am also facing the same issue. Did it got resolved ?
@raviparmar6900
@raviparmar6900 10 ай бұрын
using your video i successfully create sign in flow & add user in my db, now how can i create log in with google flow ?
@mitadey3876
@mitadey3876 5 ай бұрын
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
@radudamian3473 Жыл бұрын
Can't find the img src. Did you forget about in the description? Or I'm blind?
@letsprogram30
@letsprogram30 Жыл бұрын
Haha I’m so sorry, but you can find the whole code in my Netflix clone video 🙂
@Justfunny352
@Justfunny352 Жыл бұрын
just what i needed, thanks man❤
@letsprogram30
@letsprogram30 Жыл бұрын
Happy to help 🙂 Stay tuned for Netflix clone, releasing it this weekend! If need help at any step, DM me on Instagram 😊
@gvks
@gvks 23 күн бұрын
What an amazing video
@letsprogram30
@letsprogram30 23 күн бұрын
@@gvks thanks man!
@gaurao123
@gaurao123 3 ай бұрын
Screen is white none show one issue show process is not define on console
@letsprogram30
@letsprogram30 3 ай бұрын
@@gaurao123 have you selected SSR as yes will creating the app?
@gaurao123
@gaurao123 3 ай бұрын
@@letsprogram30 but now create another new project
@gaurao123
@gaurao123 3 ай бұрын
@@letsprogram30 but last project run or Google button SSR false then output show but router is apply and issue on console
@KeerthiRajan-lj2tz
@KeerthiRajan-lj2tz 7 ай бұрын
It will use for both Android and MacOs ???
@Aliakbaresmaeiliiii
@Aliakbaresmaeiliiii 3 ай бұрын
amazing course
@elbachiroutidrarine9680
@elbachiroutidrarine9680 4 ай бұрын
Thank you sir! Great video
@letsprogram30
@letsprogram30 4 ай бұрын
@@elbachiroutidrarine9680 I’m glad you loved it 🙂
@rahulshelar9943
@rahulshelar9943 6 ай бұрын
Hello Shashi, even I have followed the all steps I am not able to get that sign with google button.
@letsprogram30
@letsprogram30 6 ай бұрын
Hello let’s connect and fix it together
@rahulshelar9943
@rahulshelar9943 6 ай бұрын
@@letsprogram30 I replaced div to button now it is coming... Thanks
@moiztankiwala
@moiztankiwala 5 ай бұрын
@@rahulshelar9943 But does that work on clicking?
@pardhulekkala5400
@pardhulekkala5400 11 ай бұрын
Even on sign out,why the google button is showing the previous logged data in button. Like Sign in as **** Email id
@mohsinzaheer382
@mohsinzaheer382 9 ай бұрын
it is not showing the previous logged in data. it is showing your logged in account in browser
@jayakumar2927
@jayakumar2927 Жыл бұрын
Signout object not cleared properly. When I click sign out still shows object
@AnubhavSingla-fr1ol
@AnubhavSingla-fr1ol 9 ай бұрын
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
@brunohenriquecontente
@brunohenriquecontente 9 ай бұрын
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)
@0203hon
@0203hon 9 ай бұрын
same error here, did u find any solution?
@Iedward4945
@Iedward4945 9 ай бұрын
@@brunohenriquecontente are you kidding man? :))
@brunohenriquecontente
@brunohenriquecontente 9 ай бұрын
@@Iedward4945 why ? it's serious.
@brunohenriquecontente
@brunohenriquecontente 8 ай бұрын
@@Iedward4945 haha 😂
@gaurao123
@gaurao123 3 ай бұрын
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
@letsprogram30
@letsprogram30 3 ай бұрын
@@gaurao123 are you using SSR? Make sure when you have created the application do not select SSR as Yes
@gaurao123
@gaurao123 3 ай бұрын
@@letsprogram30 yes SSR selected thank u ☺️ sir
@letsprogram30
@letsprogram30 3 ай бұрын
@@gaurao123 happy to help, let me know if you need any further help 🙂
@DragonHeart841
@DragonHeart841 Ай бұрын
mine is not using SSR and is returning the same error :(
@letsprogram30
@letsprogram30 Ай бұрын
@@DragonHeart841 I can help you to check, DM me on my any social media platform
@KanishS-wq4kb
@KanishS-wq4kb 8 ай бұрын
how to make the context has signup, I have tried but no changes. How can I achieve that?
@letsprogram30
@letsprogram30 8 ай бұрын
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.
@bifacial605
@bifacial605 8 ай бұрын
what can be reason of that script gsi/client not work and button doesnt even appear?
@OsamaHasan-xk8ty
@OsamaHasan-xk8ty 7 ай бұрын
i am also the same issue
@smzhd9642
@smzhd9642 10 ай бұрын
can you please implement Stripe Payment method Integration with Angular
@MG-cw2xc
@MG-cw2xc Жыл бұрын
React sheekh lun Kay? Ya phir nodejs
@debankurbhattacharjee3021
@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
@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
@ipeek6213
@ipeek6213 11 ай бұрын
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?
@letsprogram30
@letsprogram30 11 ай бұрын
Are you using Angular v17 with SSR?
@ipeek6213
@ipeek6213 11 ай бұрын
@@letsprogram30 yes
@muhammedeasadbdo1142
@muhammedeasadbdo1142 11 ай бұрын
@@letsprogram30 I'm also getting this error
@letsprogram30
@letsprogram30 11 ай бұрын
Guys DM me on insta let’s fix this together!
@AnubhavSingla-fr1ol
@AnubhavSingla-fr1ol 9 ай бұрын
I am also getting same error, how did you fix it ?
@millermcdonell291
@millermcdonell291 Жыл бұрын
Wonderful!
@letsprogram30
@letsprogram30 Жыл бұрын
Thanks ☺️
@waqarkayaniuk
@waqarkayaniuk Жыл бұрын
When you run this on mobile phone it does not show Google button, what is the reason?
@moiztankiwala
@moiztankiwala 5 ай бұрын
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.
@arunkumarboddula4441
@arunkumarboddula4441 11 ай бұрын
Can I get git hub link for this tutorial
@Booster09999
@Booster09999 Жыл бұрын
Finally ❤
@letsprogram30
@letsprogram30 Жыл бұрын
Wait will be worth 🙂
@Booster09999
@Booster09999 Жыл бұрын
@@letsprogram30 yes love your content ❤️❤️❤️
@letsprogram30
@letsprogram30 Жыл бұрын
@@Booster09999 thanks brother, this will fuel me to get going ❤️
@PrashanthKumarDS-pl5jd
@PrashanthKumarDS-pl5jd 5 ай бұрын
Its a very good video to implement the gsi in angular. Help me with , how to get the access_token .
@ayeshdev
@ayeshdev 10 ай бұрын
make more frontend projects on angular
@LalitKumar-j4d
@LalitKumar-j4d 4 ай бұрын
Thanks brother
@letsprogram30
@letsprogram30 4 ай бұрын
you're welcome
@rishiraj2548
@rishiraj2548 Жыл бұрын
Great thanks
@letsprogram30
@letsprogram30 Жыл бұрын
Hope it helped 🙂
@MG-cw2xc
@MG-cw2xc Жыл бұрын
Bhai angular 6 month experience hai job nahi lag raha hai kya krun
@letsprogram30
@letsprogram30 Жыл бұрын
Let’s connect
@MG-cw2xc
@MG-cw2xc Жыл бұрын
@@letsprogram30 hii
@MG-cw2xc
@MG-cw2xc Жыл бұрын
How to connect
@letsprogram30
@letsprogram30 Жыл бұрын
@@MG-cw2xc DM me on Instagram or I will share the topmate link to you were I can guide you
@Jayraj_007
@Jayraj_007 10 ай бұрын
thanks for the video it help me.
@letsprogram30
@letsprogram30 10 ай бұрын
I’m glad it was helpful to you!
@gilmarsantossilva4332
@gilmarsantossilva4332 Жыл бұрын
very good
@letsprogram30
@letsprogram30 Жыл бұрын
Thank you
@SrisCodingHub
@SrisCodingHub 27 күн бұрын
super
@letsprogram30
@letsprogram30 25 күн бұрын
Thank you
@Aliakbaresmaeiliiii
@Aliakbaresmaeiliiii 3 ай бұрын
bro i realy appretiate it
@letsprogram30
@letsprogram30 3 ай бұрын
@@Aliakbaresmaeiliiii thanks bro
@ritwikgupta7540
@ritwikgupta7540 Жыл бұрын
I am making a project from your authentication series
@letsprogram30
@letsprogram30 Жыл бұрын
Good, let me know if you need help
@ShabbiHb
@ShabbiHb 6 ай бұрын
Osm
@letsprogram30
@letsprogram30 6 ай бұрын
Thanks
@ritwikgupta7540
@ritwikgupta7540 Жыл бұрын
Hey Shashi
@NoNdAs90
@NoNdAs90 11 ай бұрын
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 :)
@letsprogram30
@letsprogram30 11 ай бұрын
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.
@NoNdAs90
@NoNdAs90 11 ай бұрын
@@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
Angular Firebase Authentication - Implement Auth in Minutes
22:23
Monsterlessons Academy
Рет қаралды 19 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
11- Answering Questions From Documents | Hands-On LangChain Course | In Arabic بالعربي
10:02
LLMChatbotCreation
36:55
Kanav Kahol
Рет қаралды 229
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН