🚩
Trying to figure out issues with summation
i am just a crazy guy looking for opportunities
-
Carnegie Mellon
- Kigali, Rwanda
- @Mboh_Bless
- in/mboh-bless-pearl-n-a2884a16b
Highlights
- Pro
Pinned Loading
-
The Code below could be useful for d...
The Code below could be useful for developers using firebase admin sdk. With this there is no need to build a while client application that will enable token generation for test purposes . With this a user will just need to run the application and enter an already existing email along with the corresponding password. This helps generate the token the user might need to for a temporal authentication on a backend service. 1const {initializeApp} = require('firebase/app');
2const {getAuth, createUserWithEmailAndPassword, signInWithEmailAndPassword} = require('firebase/auth');
3const prompt = require('prompt');
4require('dotenv').config()
5 -
Send-Emails-with-amazon-ses
Send-Emails-with-amazon-ses PublicThis repository describes and shows the basic procedures to create and send an email to users using the AWS SES SDK
JavaScript
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.