Azure Ad B2C for flutter - azure-active-directory

Is there any efficient way to implement Azure Ad B2C in flutter for android , ios and web??
Currently I have figured out a solution for android and ios by using flutter_webview_plugin but it doesn't work for flutter web.

You can try using flutter_azure_b2c package to implement Azure AD B2C on android and web but the limitation here is it’s not available for ios yet.
Or You can use flutter_appauth which is available for android and ios.
Note: For now there is no package which can be used to implement for all the 3 platforms.
Reference:
flutter_azure_b2c - Dart API docs (pub.dev)
Flutter + Azure : Authentication with AD B2C | by Jayesh | Flutter Community | Medium

You can use flutter_azure_b2c: ^0.0.8 that is available for all platform of web, android and ios.

Related

Google Assistant API

Is there some google assistant api guide or tutorial? I cannot find anything related by these keywords. There seems have some Android app integration guide, but I want to integrate with my cloud service, not android app.
I find IFTTT have connected Google Assistant to several services, so I want to add some intents to my custom service.
I have built an Alexa app by using Alexa Skill Kit to handle my customize intent, and want to find something similar in Google Assistant developer playground, but I have no clue.
Thanks!
Google Assistant API was officially launched by Google for Windows, Mac, and Linux by which you can Get Google Assistant on Windows, Mac, and Linux.
If you wish to create voice applications for Google Assistant which are called as Google actions you will have to rely on the developers guide posted here
There is also an introductory course on udemy for the same.
I personally have used dialogFlow
and for the backend and I used firebase and have hosted a few apps into the store
Google Assistant will open its SDK to developers this December.
There's been a quite a lot of development on supporting the developer ecosystem, including the release of the Google Assistant SDK, app templates, and the ability to host and edit your integration via Firebase Functions.
For some code samples see
Conversational Components for Google Assistant
DialogFlow (previously Api.ai) v2 Samples

User Management Feature

This is a newbie question regarding app engine for Android. Is there any user management API for Android apps in the app engine?
What I'm looking for is something similar to what a mbaas provider like Kinvey provides. Something that I could use to do sing-ins, authentication, and possibly social integration (like FB).
You can use Google+ Signin which integrates really easy with both Android and App Engine and supports most gmail accounts.

How do I build an app on an Android platform that uses Google Input functionality?

I'm creating an external app for a company and would like to use the Google Input functionality for Android users. Is this possible?
If I understand your question you could use endpoints to interface from android to backend appengine
https://developers.google.com/appengine/docs/python/endpoints/

Using AdMob with Windows Store apps

There is a restriction in Google Adsense posted here that says:
The use of AdSense for mobile in a mobile application is a violation
of AdSense policies. A mobile application constitutes any downloadable
application, even if a WebView is used to display the ad. Any AdSense
for mobile ad units found in mobile applications will be disabled. If
you’re looking for an advertising solution for your mobile
application, please sign up for AdMob, Google’s leading mobile
advertising display product.
So if I read this correctly Windows Store Apps that run on laptops are considered mobile apps aswell?
But my main question is. Am I allowed by Google to use Admob in Windows Store apps and Where can I find the SDK?
I tried using Microsoft PubCenter. But it shows no advertisements to people that downloaded my app so I am looking for an alternative to monetize my app

How can I be a google OAuth2.0 service provider for non gae applications?

I would like my appengine application to be a OAuth2.0 Service provider for the non gae applications. I use Google appengine java in my application. I have been searching for long time but I am not getting enough documentation.
What type of consumer applications would you like to support? Would these be mobile applications (Android, iOS) or other web apps? And are these other apps also developed by you / your organization or by other parties?

Resources