How to add Google SignIn to your Ionic 7 App

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 9

  • @CarolinaVitoriaChavesSilva
    @CarolinaVitoriaChavesSilva 5 днів тому

    Really good, but it would be so cool a cordova tutorial too! Thanks for showing how to use with capacitor

  • @Mishal12_634
    @Mishal12_634 27 днів тому

    thank u so much this is so helpfull

  • @townheadbluesboy
    @townheadbluesboy 3 місяці тому

    This is very helpful - could you show the equivalent for ios?

  • @vijaykumarmalineni
    @vijaykumarmalineni 27 днів тому +1

    I am getting something wrong issue for Android web is working fine

  • @vijaykumarmalineni
    @vijaykumarmalineni 27 днів тому

    Can u please resolve and i need facebook authentication for Android and web

  • @IonicArun
    @IonicArun 12 днів тому

    i have receive this error ERROR TypeError: Cannot read properties of undefined (reading 'grantOfflineAccess')

  • @guiacuteatmabait
    @guiacuteatmabait 4 місяці тому

    hello, can i see your auth.spec.ts?

    • @codexpression
      @codexpression  4 місяці тому +1

      import { TestBed } from '@angular/core/testing';
      import { AuthService } from './auth.service';
      describe('AuthService', () => {
      let service: AuthService;
      beforeEach(() => {
      TestBed.configureTestingModule({});
      service = TestBed.inject(AuthService);
      });
      it('should be created', () => {
      expect(service).toBeTruthy();
      });
      });

    • @guiacuteatmabait
      @guiacuteatmabait 4 місяці тому

      thank you so much !! ​@@codexpression