MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / signup

Route signup

Firebase_Authentication_Using_Flask/main.py:None–None  ·  view source on GitHub ↗
app.route("/signup", methods = ['GET','POST'])

Source from the content-addressed store, hash-verified

1#Importing Flask and other important functions
2from flask import Flask, render_template, request, redirect, abort, flash, session ,url_for
3#Importing firebase auth from db.py
4from db import auth

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected