reactjs and firebase website full tutorial code example
Example 1: using fb login with angular app
import {
MatIconModule,
MatButtonModule,
MatCardModule } from '@angular/material';
Example 2: using fb login with angular app
const config = new AuthServiceConfig([
{
id: FacebookLoginProvider.PROVIDER_ID,
provider: new FacebookLoginProvider('2203659926599837')
}
]);
export function provideConfig() {
return config;
}