img chantier
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
import React, { useState } from "react";
|
||||
import { View, Text, TextInput, Button, StyleSheet } from "react-native";
|
||||
import {
|
||||
signInWithEmailAndPassword,
|
||||
createUserWithEmailAndPassword,
|
||||
} from "firebase/auth";
|
||||
import { doc, setDoc } from "firebase/firestore";
|
||||
import { auth, db } from "../../firebase_config";
|
||||
import { router } from "expo-router";
|
||||
import { ThemedTextInput } from "@/components/themed-textinpute";
|
||||
import { ThemedText } from "@/components/themed-text";
|
||||
import { ThemedTextInput } from "@/components/themed-textinput";
|
||||
import { ThemedView } from "@/components/themed-view";
|
||||
import { router } from "expo-router";
|
||||
import {
|
||||
signInWithEmailAndPassword
|
||||
} from "firebase/auth";
|
||||
import React, { useState } from "react";
|
||||
import { Button, StyleSheet, View } from "react-native";
|
||||
import { auth } from "../../firebase_config";
|
||||
|
||||
const DEFAULT_ROLE = "resp";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user