Russell Wheatley

Results 41 issues of Russell Wheatley

## Description ```js // On firebase-admin (server) console.log(user.metadata.creationTime); // Mon, 18 Jul 2022 10:17:31 GMT ``` ```dart // As currently implemented print('${DateTime.fromMillisecondsSinceEpoch(_creationTimestamp!)}'); // 2022-07-18 11:17:31.699 // Fix print('${DateTime.fromMillisecondsSinceEpoch(_creationTimestamp!, isUtc: true)}');...

type: bug
plugin: auth

## Description See title. ## Related Issues See this issue for further details on setting up iOS app for debugging purposes. https://github.com/firebase/flutterfire/issues/8969 ## Checklist Before you create this PR confirm...

## Description see title. ## Related Issues fixes https://github.com/firebase/flutterfire/issues/6216 ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`)....

## Description This fixes the scenario where a push notification is sent but the user presses the app icon to open app. This PR ensures that the notification that was...

type: bug
plugin: messaging

## Description Fix dynamic links example app. This also proves that the `GoogleService-Info.plist` is not necessary for deeplink to resolve. ## Related Issues closes https://github.com/firebase/flutterfire/issues/9110 ## Checklist Before you create...

plugin: dynamic_links
type: infrastructure

If you try and manually add google service config files to your android and iOS project (i.e. not using `flutterfire configure`), it tries to call `optionsFromResouce()`. This behaviour needs to...

type: bug
plugin: core
platform: android
platform: ios

According to https://github.com/firebase/firebase-js-sdk/issues/5812 we can have the same behaviour as `setDefaultEventParameters` by using https://firebase.google.com/docs/reference/js/analytics.md?hl=fi#initializeanalytics

plugin: analytics
platform: web
type: missing-feature

## Description Work in progress. ## Related Issues *Replace this paragraph with a list of issues related to this PR from the [issue database](https://github.com/flutter/flutter/issues). Indicate, which of these issues are...

blocked: do-not-merge

### [REQUIRED] Describe your environment * Operating System version: macOS 12.4 * Browser version: Chrome 103.0.5060.114 (latest) * Firebase SDK version: 9.9.0 * Firebase Product: auth ### [REQUIRED] Describe the...

api: auth
v9

**WIP** ### notes - `path` property on [Reference](https://firebase.google.com/docs/reference/node/firebase.database.Reference#parent) is deprecated so it has been removed.

cla: yes