Skip to content

Conversation

@sidrao2006
Copy link
Contributor

@sidrao2006 sidrao2006 commented Apr 9, 2021

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Null safety migration

πŸ’₯ Does this PR introduce a breaking change?

No

πŸ› Recommendations for testing

πŸ“ Links to relevant issues/docs

Fixes #276

πŸ€” Checklist before submitting

  • All projects build
  • Follows style guide lines (code style guide)
  • Relevant documentation was updated
  • Rebased onto current develop

* Make FirebaseCacheManager._instance final and initialize it
* Migrate FirebaseHttpFileService.get to nnbd
{Map<String, String> headers = const {}}) async {
{Map<String, String>? headers = const {}}) async {
var ref = FirebaseStorage.instance.ref().child(url);
var _url = await ref.getDownloadURL() as String;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@renefloor was there any specific reason for this cast?

@sidrao2006
Copy link
Contributor Author

Depends on #305 for updated dependencies

@renefloor
Copy link
Contributor

Thanks, but I'll close this as #295 was just a bit earlier.
Sorry for the late response.

@renefloor renefloor closed this May 28, 2021
@sidrao2006 sidrao2006 deleted the nnbd-firebase branch May 28, 2021 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support latest firebase_storage version

2 participants