When user creates account in my angular app, my app creates user account (using Firebase API) with email and password. But also I want to create new collection to hold more data like name, surname...
Each collection's name will have uid.
But I don't know how to force it?
db.createCollection('abcXdefX')
doesn't exist.
I've no idea what to do. Please, help.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…