{"id":15015602,"url":"https://github.com/aniketambore/python_kivy_firebase-authentication","last_synced_at":"2025-04-22T19:10:12.590Z","repository":{"id":48131238,"uuid":"270307521","full_name":"aniketambore/Python_Kivy_Firebase-Authentication","owner":"aniketambore","description":"Python_Kivy_Firebase(Signup and Signin Authentication using helper library Pyrebase)","archived":false,"fork":false,"pushed_at":"2020-06-08T05:46:41.000Z","size":5053,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T19:10:03.194Z","etag":null,"topics":["firebase","kivy-framework","pyrebase","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aniketambore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-07T13:00:21.000Z","updated_at":"2025-03-21T05:26:30.000Z","dependencies_parsed_at":"2022-08-12T19:20:32.768Z","dependency_job_id":null,"html_url":"https://github.com/aniketambore/Python_Kivy_Firebase-Authentication","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketambore%2FPython_Kivy_Firebase-Authentication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketambore%2FPython_Kivy_Firebase-Authentication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketambore%2FPython_Kivy_Firebase-Authentication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketambore%2FPython_Kivy_Firebase-Authentication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aniketambore","download_url":"https://codeload.github.com/aniketambore/Python_Kivy_Firebase-Authentication/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250306638,"owners_count":21408926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firebase","kivy-framework","pyrebase","python3"],"created_at":"2024-09-24T19:47:40.927Z","updated_at":"2025-04-22T19:10:12.561Z","avatar_url":"https://github.com/aniketambore.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python_Kivy_Firebase-Authentication\n*Python_Kivy_Firebase(Signup and Signin Authentication using helper library Pyrebase)*\n\n## Cloning the project repository\n```\ngit clone https://aniketambore/Python_Kivy_Firebase-Authentication-.git\n```\n\n\u003cp\u003e\u003cb\u003e Installing the Requirements \u003c/b\u003e\u003c/p\u003e\n- Install Python-Kivy Framework [Kivy](https://kivy.org/doc/stable/gettingstarted/installation.html). \u003cbr\u003e\n- Install a simple python wrapper for the firebase api [Pyrebase](https://awesomeopensource.com/project/thisbejim/Pyrebase?categoryPage=9). \u003cbr\u003e\n\n## Create your Firebase Account\n*Create a new project from your firebase account console*\n- Copy your \u003cb\u003efirebase configuration\u003c/b\u003e dictionary.\u003cbr\u003e\nEx.\n\u003cimg src=\"Readme_Image/cod_1.jpg\"\u003e \u003cbr\u003e\u003cbr\u003e\n\n## Open the cloned source code\n\u003cb\u003e\u003ci\u003efirebaseaut.py\u003c/i\u003e\u003c/b\u003e\nPaste Your \u003cb\u003efirebase configuration\u003c/b\u003e dictionary here. \u003cbr\u003e\n\u003cimg src=\"Readme_Image/cod_2.jpg\"\u003e \u003cbr\u003e\u003cbr\u003e\n\n## Open your Firebase-Database Tab\nCopy your database url from here. \u003cbr\u003e\n\u003cimg src=\"Readme_Image/cod_3.jpg\"\u003e \u003cbr\u003e\u003cbr\u003e\n\n\u003ci\u003efirebaseaut.py\u003c/i\u003e\n\u003cimg src=\"Readme_Image/cod_4.jpg\"\u003e \u003cbr\u003e\u003cbr\u003e\n\n## Copy the database table name as\n\u003cimg src=\"Readme_Image/cod_5.jpg\"\u003e \u003cbr\u003e\u003cbr\u003e\n\n## Paste in here\n```\nfirebaseaut.py\n```\n\u003cimg src=\"Readme_Image/cod_6.jpg\"\u003e \u003cbr\u003e\u003cbr\u003e\n\n## Run the project from your favourite IDE as\n```\npython main.py\n\n```\n\n# Output\n\u003cimg src=\"Readme_Image/img_1.png\" height=\"500\"\u003e \u003cbr\u003e\u003cbr\u003e\n\n## Sign UP\n\u003cimg src=\"Readme_Image/img_2.png\"\u003e \u003cbr\u003e\u003cbr\u003e\n\n## If suppose you forgot your password\n\u003cimg src=\"Readme_Image/img_3.png\"\u003e \u003cbr\u003e\u003cbr\u003e\n                                          \n\u003cp\u003eClick on Forgot Password and here you get the noreply email from firebase with a Reset Password link\u003c/p\u003e \u003cbr\u003e\n\u003cimg src=\"Readme_Image/img_4.png\"\u003e \u003cbr\u003e\u003cbr\u003e\n\n## Successfull Login\n\u003cimg src=\"Readme_Image/img_5.png\"\u003e\n\n# Have Fun !!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniketambore%2Fpython_kivy_firebase-authentication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faniketambore%2Fpython_kivy_firebase-authentication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniketambore%2Fpython_kivy_firebase-authentication/lists"}