Skip to content

Commit 9c60c17

Browse files
authored
Implementing Firebase SDK Initialization and Custom Authentication (#1)
* Initial code contribution with auth API implementation and unit tests * Added linter integration * Added link to pylint docs * Improved linter script and documentation * Updated tests to use pytest; Updated lint.sh to use one config file instead of two. * Updated documentation * Updated documentation * Changed max line length to 100; Updated documentation; Using the mock private key from Node SDK tests for testing * Changing mock crypto field names; Implementing other suggested improvements in PR * Reformatted file to get rid of unnecessary whitespace characters
1 parent 67da3e6 commit 9c60c17

File tree

14 files changed

+1588
-0
lines changed

14 files changed

+1588
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.pyc
2+
.python-version
3+
.cache/
4+
.tox/
5+
*.egg-info/

0 commit comments

Comments
 (0)