Lahiru Maramba

Results 259 comments of Lahiru Maramba

Hi @rhodgkins Thank you again for your contribution! I really want to thank you for your patience on this. As mentioned in one of the previous comments, this a special...

Hi @bawantha do you still have this issue? If so please provide a minimal repro so we can investigate. Thanks!

@AMFTech512 if you are using ADC could you try to repro the issue with just the google cloud storage client (as mentioned in the [comment above](https://github.com/firebase/firebase-admin-node/issues/1466#issuecomment-945988449)) The Admin SDK uses...

Thank you for reporting this issue. This might have been caused by the Firestore version bump in Admin SDK `v11`. In the meantime could try adding `import { Timestamp }...

It seems like as we [move on to the modular SDK](https://firebase.google.com/docs/admin/migrate-node-v10#node.js) we should import the types as needed. The following seems to work for me: **Node.js** ``` const { initializeApp...

@Joebayld yes, **if you are using the modular SDK** then this is the correct way to import the types. For the issue you are facing with the previous syntax, could...

Hi @stx, `lastSignInTime` is an optional property in the public API interface. https://github.com/firebase/firebase-admin-node/blob/94dd7c3efb9ff00b0462cf772b803d6abecc2dcc/src/auth/user-import-builder.ts#L190 To help me understand the issue could you provide more context, please? Thanks!

The code you linked is used to parse the server response. When parsing the response, `parseDate(...)` returns `null` if the field is not available in the response. Are you seeing...

The Admin Java SDK currently does not support the storage emulator. Please refer to the [Admin SDK emulator availability](https://firebase.google.com/docs/emulator-suite/install_and_configure#admin_sdk_availability) for more information. We do not currently have immediate plans to...

Hi @TomBAMU, Thank you for the feature request! Adding App Check API support to Java SDK is something we have plan to work on this year. We are still at...