squanchy-flutter icon indicating copy to clipboard operation
squanchy-flutter copied to clipboard

Automatically log in users anonymously with Firebase Auth

Open rock3r opened this issue 7 years ago • 3 comments

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).

rock3r avatar Nov 12 '17 16:11 rock3r

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)

acidjazz avatar Mar 21 '18 22:03 acidjazz

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

fourlastor avatar Mar 22 '18 18:03 fourlastor

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

acidjazz avatar Mar 22 '18 23:03 acidjazz