Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Automatically log in users anonymously with Firebase Auth #22

Open
rock3r opened this issue Nov 12, 2017 · 3 comments
Open

Automatically log in users anonymously with Firebase Auth #22

rock3r opened this issue Nov 12, 2017 · 3 comments

Comments

@rock3r
Copy link
Collaborator

rock3r commented Nov 12, 2017

When the user starts the app for the first time they must be assigned an anonymous Firebase Auth identity so we can enforce access rules (e.g., allow reading but not writing).

@acidjazz
Copy link

I've been trying to sing in anonymously in firebase to use the cloud storage w/out registering a user yet, does this mean that I can't do this yet?

I'm trying to use the example code and I get getting

[ERROR:topaz/lib/tonic/logging/dart_error.cc(16)] Unhandled exception:
MissingPluginException(No implementation found for method signInAnonymously on channel plugins.flutter.io/firebase_auth)
#0      MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:153:7)

@fourlastor
Copy link

fourlastor commented Mar 22, 2018

hi @acidjazz, I think you might have misunderstood this issue: this repository is about Squanchy, a conference schedule application, this particular one is about the Flutter implementation of it.

This issue is one of the features already present in the Android app, which is to automatically sign in users anonymously in the app.

This repository isn't affiliated with Firebase. For your issue I can suggest either reporting a bug: https://firebase.google.com/support/contact/bugs-features/ or asking on StackOverflow with the tag "firebase": https://stackoverflow.com/questions/tagged/firebase

@acidjazz
Copy link

@fourlastor thanks, apologies, i somehow got my repos/issue search mixed up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

4 participants