import React, { useEffect, useState } from "react"; import { dbService } from "./myFirebase"; function Editor({ userObj }) { const [myContent, se