ChildEvent.Added

public final data class ChildEvent.Added extends ChildEvent


Emitted when a new child is added to the location.

Important In July 2025, we stopped releasing KTX modules and removed the KTX libraries from the Firebase Android BoM (v34.0.0). If you use KTX APIs from the KTX modules, we recommend that you migrate your app to use KTX APIs from the main modules instead. For details, see the FAQ about this initiative.

Summary

Public fields

final String

The key name of sibling location ordered before the new child.

final @NonNull DataSnapshot

An immutable snapshot of the data at the new child location

Public constructors

Added(@NonNull DataSnapshot snapshot, String previousChildName)

Public fields

previousChildName

public final String previousChildName

The key name of sibling location ordered before the new child. This

    will be null for the first child node of a location.

snapshot

public final @NonNull DataSnapshot snapshot

An immutable snapshot of the data at the new child location

Public constructors

Added

public Added(@NonNull DataSnapshot snapshot, String previousChildName)
Parameters
@NonNull DataSnapshot snapshot

An immutable snapshot of the data at the new child location

String previousChildName

The key name of sibling location ordered before the new child. This

    will be null for the first child node of a location.