joshAg

Results 5 issues of joshAg

fixes issue #121 by adding the function. I hacked together something for metadata and provider info, but it should at least not explode.

real firebase user objects have a toJSON function (https://firebase.google.com/docs/reference/admin/node/admin.auth.UserRecord#toJSON). It'd be great if the mock objects had one too.

This might only affect debugging logs (I confess I don't have enough confidence to say whether this could affect more than just debugging logs), but I got very confused when...

The added generic types for RequestHandler come from expressJS and allow the user to give types to various parts of the request and response object in a way that allows...

I think this is related to #513. If I have an object that is `all of X and Y`, and `X` is `one of X1 or X2` and `Y` is...