[Showcase] The Messaging Template & The Responsive Base Template by Littlebay

@caioprezia Thank you so much, Caio!! :smiley: I greatly appreciate it! :sparkles:

That’s a great question – I probably wouldn’t recommend having two apps, but it is possible to allow Users to login to a second Bubble app, using their credentials from the main app. This way, they wouldn’t have to re-signup for the second app.

Once the App Connector plugin is setup between your main app and the second app, Bubble will allow you to use the “Signup/Login with a social network” action in place of the template’s default signup/login actions:

(After selecting that action and configuring the App Connector plugin with your main app, Bubble will allow you to select the main app from the “OAuth provider” dropdown)

As long as the Current User is currently logged into your main app, Bubble will signup or login the User to that account in the second app. After the signup action, you would then also need to ‘import’ the Current User’s name and profile picture so they’re shown in the second app on the messaging page :slight_smile: (here’s an example):

With that said, these applications would be completely separate, and if you were to ever need to write/retrieve data from the template app into the main app in the future, that would require significant changes to the template’s setup. In the future, I hope it’s easier to ‘combine’ an existing app with a template app so you won’t need to do this, but this is probably as close as it can be at the moment. I hope that helps, but please let me know if I can clarify anything or if you have any other questions! :slight_smile: