registration form bootstrap for app available on ios and android code example
Example 1: how to get app package and app activity in android
adb shell dumpsys window windows | grep -E 'mCurrentFocus'
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;
}