bhuvangu

Results 5 comments of bhuvangu

Hi any update on the issue @breft did you got a response from firebase guys

Original post: http://stackoverflow.com/questions/39117237/firebase-rest-with-auth-query-param-not-working From: FirebaseSupport team > Yes, creating custom tokens using FirebaseAuth.getInstance().createCustomToken(uid, additionalClaims) does not work with REST API. These tokens are designed to be used by client SDKs...

It should not throw an error and should read the document correctly. Please consider below scenarios 1. Developer uses DynamoDB to save `personDetails` table with attributes as `Id, Name, Age`....

Hi @lavaleri >checking if `itemAttributes` doesn't contain any field with a ENCRYPT or SIGN. It will still not help in the case mentioned [above](https://github.com/aws/aws-dynamodb-encryption-java/issues/123#issuecomment-789409502), as `Bank Account No` field will...

hi @lavaleri , Got it!!! tested it with live dynamoDB and what you said is correct and works. Created a PR for the same with unit test. Let me know...