Anyone can work on this issue and create a PR. You have to write test cases for kucc_mobile_firebase package.
Steps:
- Navigate to packages/kucc_mobile_firebase/test folder.
- Find a file that has this line
// TODO: Write all test cases
- Above that line you can find a list of test cases. Or you can think of a new relevant test case.
- Pick one of them and start working.
You can see other files inside the same folder to see how other tests are written.
** NOTE: While writing the test please do not modify the implementation. If tests are not passing then please raise an issue.