initializeApp(); // CREATE NEW USER IN FIREBASE BY FUNCTION exports.createUser = functions.https.onCall(async (data, context) => { try ...
確定! 回上一頁