Ad
Is There A Way To Collect User Emails Using Firebase?
I know there's authentication feature, but that looks like it's used for users who are verified. If I want to gather user emails that are unverified (say from "Coming Soon! Leave your email, and we will notify you once complete"), is there any Firebase-way of handling this?
One obvious way would be to set up a Firestore, but I was wondering if Firebase supports this too, and perhaps support other features such as conversion rate (how many unverified emails sign up) etc.
Ad
Answer
Firebase has no product or built-in mechansim for this. You will have to build it yourself.
Ad
source: stackoverflow.com
Related Questions
- → How can I query Firebase for an equalTo boolean parameter?
- → How can I access nested data in Firebase with React?
- → Firebase simple blog (confused with security rules)
- → Removing item in Firebase with React, re-render returns item undefined
- → AngularJS Unknown Provider Error (Firebase & AngularFire)
- → How do you pass top level component state down to Routes using react-router?
- → "this" is null in firebase query function in reactjs
- → Angular Module Failed to Load
- → Multiple dex files define Lcom/google/android/gms/internal/zzrx;
- → Joining Firebase tables in React
- → How can I make add firepad to my reactjs project?
- → How to use Cloud Functions for Firebase to prerender pages for SEO?
- → React.js component has null state?
Ad