In firebase project settings page, you can create new apps by clicking Add App button, each app has different App ID, Package name, Bundle ID, etc.
Question is: Why is Add App button missing from Facebook section(Authentication > Sign-In Method > Facebook)?
Facebook lets you create multiple apps which have different App IDs and App Secrets
You can only have 1 Facebook app linked to your Firebase Project.
Having multiple apps in a single Firebase Project doesn't mean you can have different products. Multiple apps means you can develop the same product for multiple platforms (Web, Android and iOS).
For example, let's say you're building a product named "stackoverflow". You'll name your Firebase Project "Stackoverflow". But now you need to develop it to Web, Android and iOS. You'll then create 3 different apps in the Firebase console.
But all these apps will connect to a single Facebook app. Because they're all part of the Firebase Project named "Stackoverflow".
Related
I'm looking to launch a single web app that works as a PWA for web users and a TWA for users wanting to download it from the Google Play Store. The app includes a yearly subscription so I'll need to implement separate payments methods for the PWA and TWA in order to comply with Google Play policies.
With this being said, is there a way to identify with JS if the user is viewing the PWA vs the TWA app from the play store? Perhaps something unique to check in the global window object?
Or, is it recommended to publish a whole new version of the app used for the TWA to a different URL that only supports the Google Play payment option.
Any info would be great. Thanks in advance.
I've two apps sharing the same app ID for Andriod Facebook login, which i would like to advertise both apps in Facebook mobile app install using optimization for App Install and charged for App Install rather than Impression, but it seems that i can only fill in 1 bundle ID for that facebook apps, any solution for this?
You should not reuse the same Facebook app ID for a second app.
One of the reasons is exactly what you are describing: you can only specify a single Android package name per app.
I have two android apps with two different package names. I want to use FB sign in to let the user sign into my app. How can I do it such that the user just have to sign in on one app and the SDK on other app automatically detect the sign in.
And how to do similar thing on iPhone in future?
I need to implement facebook login in Adobe AIR app for Desktop/Mobile.
I saw some docs on the code required for this.
My concern is, which platform should be selected in facebook apps console. Is it web ? Then what should be the web urls & where to place them ?
Well if you are building a mobile app, then you might want to select Android or iOS depending on the platform. If you are building the same app for both platforms then select any one of those and later under settings of your app dashboard you can click on Add Platform and add the other one. If your app has a canvas presence then you can add that as well later on. Regardless of what you pick initially, you can always add/edit platforms on your app dashboard.
We have a popular Facebook Application and a version of our App for the iPhone. I was wondering how we can make our Application appear in the "Apps" Section on the new Facebook iPhone app. On my iPhone I currently see links to the App store for Pixable, Badoo, Airbnb, Foursquare and WhoisNear iPhone Application.
I have filled out the Native iOS App settings in the Developer section on Facebook (including adding the Bundle ID and the iPhone app store ID) several weeks ago thinking it took a while to update, but still nothing shows up on my iPhone app.
Any help would be appreciated.
Best,
M
Screenshot of where we want our app to show up:
Edit your Application Settings and on the Basic Settings specify a Mobile Web URL for your Mobile Web integration. You should be able to set the URL to your app's iTunes URL.
Fill out the iOS information within the admin settings of your application, which also means they are using the same application id. You also have to have granted at least the basic permissions via connect on the app, and have the app installed on the phone.