Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I am a beginner to coding and currently I was exploring about how to add google sign in to my website. I came across many platforms such as google cloud , google developers, google developer console. So I request you to explain me all this in brief and also tell me if I use google developer console to add google sign in to my site will it be free???
Regarding to what GCP is, I'd suggest you to read this: https://cloud.google.com/.
Also, for Google Sign In, you could use Firebase Authentication, that would be free and definitely easier than GCP. Here some references: https://firebase.google.com/docs/auth/web/google-signin
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 12 months ago.
Improve this question
I am making a Mobile app using Firebase and Flutter but I want to write the backend in node.js and UI on Flutter.
I need help in Setting up Dev Environment.
You should have knowledge of cloud function to implement backend using firebase.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I haven't used Azure in ages, and the interface is new. I can't find a forum for Azure users either. My question is this - I have some audio files, and I'd like to use an automated Azure service that makes a transcript out of them.
Can anyone point me to instructions on how to do this?
Use Speech to Text (Cognitive Services) + the sdk of your favorite programming language.
You can find more information in the following links:
https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-to-text
https://github.com/Azure-Samples/cognitive-services-speech-sdk
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I recently started reading the Stripe connect doc, which I've been following, but it seems like it supports only one time. I'm creating a project where sellers can create a membership plan and user's can subscribe to them. How can I achieve this, please? (I'm using nodejs by the way.)
Yes. Stripe Billing supports Connect. There are a few different ways to set this up, so it really depends on your business model.
Here's a good starting place: https://stripe.com/docs/connect/subscriptions
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have come up with various solutions like using inboxSDK or using gmail.js plugin. But are these the standard way of creating gmail extensions? Is there any another way? Can we use these plugins for production usage?
This may still depend on what you need to do with Gmail. You can use Gmail API in developing a chrome extension. You have to use chrome.identity to authorize your extension to make a request to Google APIs. You can also use gmail.js, but as stated in this related SO post this project isn't maintained by Google. You can also use Apps Script and make a web app then let your chrome extension send data through postMessage. Hope this helps.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I am a newbie, I would like to know is it possible to build our own chatbot with angular and node.js? or What are all the information and technologies do i need to know to build my own customized chatbot?
To begin with you must know how does it actually work, i have written one in C# Chatbot using c# that can give you a basic idea, but proficiency in Javascript is must before you dig deep into these things.
Once you understand it you can go/learn the Artificial Intelligence Markup Language which is implemented on ALICE bot. There is also a new offering from Microsoft called Microsoft Bot Framework which can also be used with node.js.